Nix support for Financier (https://github.com/financier-io/financier)
Find a file
2021-07-31 16:58:29 +02:00
.gitignore Add .gitignore 2020-09-10 18:46:13 +02:00
default.nix Formatting (nixfmt) 2021-07-31 16:58:29 +02:00
dist.nix Formatting (nixfmt) 2021-07-31 16:58:29 +02:00
generate.sh Fix src for financier 2020-09-21 10:47:08 +02:00
helpers.nix Formatting (nixfmt) 2021-07-31 16:58:29 +02:00
LICENSE Add LICENSE 2020-09-10 16:23:09 +00:00
meta.nix Formatting (nixfmt) 2021-07-31 16:58:29 +02:00
module.nix Formatting (nixfmt) 2021-07-31 16:58:29 +02:00
README.markdown Improve README 2020-09-17 13:01:24 +02:00
shell.nix Formatting (nixfmt) 2021-07-31 16:58:29 +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.