Nix support for Financier (https://github.com/financier-io/financier)
Find a file
2020-09-17 13:01:24 +02:00
.gitignore Add .gitignore 2020-09-10 18:46:13 +02:00
default.nix Remove unnecessary whitespace 2020-09-10 18:41:08 +02:00
dist.nix Remove unnecessary whitespace 2020-09-10 18:41:08 +02:00
generate.sh Initial commit 2020-09-10 16:39:11 +02:00
LICENSE Add LICENSE 2020-09-10 16:23:09 +00:00
meta.nix Initial commit 2020-09-10 16:39:11 +02:00
module.nix Add NixOS module 2020-09-15 11:15:50 +02:00
README.markdown Improve README 2020-09-17 13:01:24 +02:00
shell.nix Initial commit 2020-09-10 16:39:11 +02:00
supplement.json Initial commit 2020-09-10 16:39:11 +02:00

Nix support for financier

This repository contains files for building financier with the Nix package manager.

You first need to generate the necessary Nix files:

nix-shell --run 'bash generate.sh'

Afterwards, the distribution for financier can be built:

nix-build dist.nix

There is also a module (module.nix) that you can use in your NixOS configuration.