Nix support for Financier (https://github.com/financier-io/financier)
Find a file
2022-04-08 02:23:53 +02:00
.envrc Use nix flake functionality for development 2022-04-08 02:23:53 +02:00
.gitignore Use nix flake functionality for development 2022-04-08 02:23:53 +02:00
default.nix Formatting (nixfmt) 2021-07-31 16:58:29 +02:00
dist.nix Use nix flake functionality for development 2022-04-08 02:23:53 +02:00
flake.lock Update flakes 2022-04-08 02:23:53 +02:00
flake.nix Update location of financier repository 2022-04-08 02:23:53 +02:00
generate.sh Fix src for financier 2020-09-21 10:47:08 +02:00
helpers.nix Update location of financier repository 2022-04-08 02:23:53 +02:00
LICENSE Add LICENSE 2020-09-10 16:23:09 +00:00
module.nix Use nix flake functionality for development 2022-04-08 02:23:53 +02:00
node-env.nix Add nix flake support 2021-09-20 00:11:34 +02:00
node-packages.nix Add nix flake support 2021-09-20 00:11:34 +02:00
node2nix.nix Add nix flake support 2021-09-20 00:11:34 +02:00
README.markdown Use nix flake functionality for development 2022-04-08 02:23:53 +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
supplement.nix Add nix flake support 2021-09-20 00:11:34 +02:00

Nix support for financier

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

First, you should update the necessary Nix files:

nix develop --command bash generate.sh

Afterwards, the distribution for financier can be built:

nix build

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