Nix support for Financier (https://github.com/financier-io/financier)
Find a file
Martin Puppe 2042f1111e Remove overlay
The overlay has been removed and the package financier-dist is now
always built with the Nixpkgs version from our flake inputs. Overlays
can be applied to any version of Nixpkgs, but our package does not work
with all versions of Nixpkgs.

For example, we currently built our package with Node 12. The
nodejs-12_x has been marked as insecure on the
21.05 branch in May 2022 breaking our build and consequently our module
and all configurations that rely on it.

Usually, it would be very bad to pin to an old Nixpkgs version as we miss
potential security updates. But we build a static website and it is very
unlikely that it has any security issues.
2022-06-09 15:03:38 +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 Remove overlay 2022-06-09 15:03:38 +02:00
flake.lock Update flakes 2022-04-08 02:23:53 +02:00
flake.nix Remove overlay 2022-06-09 15:03:38 +02:00
generate.sh Fix typo in shell script 2022-06-09 11:09:12 +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 Remove overlay 2022-06-09 15:03:38 +02:00
node-env.nix Update generated node2nix files 2022-04-08 02:23:53 +02:00
node-packages.nix Update generated node2nix files 2022-04-08 02:23:53 +02:00
node2nix.nix Update generated node2nix files 2022-04-08 02:23:53 +02:00
README.markdown Use nix flake functionality for development 2022-04-08 02:23:53 +02:00
supplement.json Initial commit 2020-09-10 16:39:11 +02:00
supplement.nix Update generated node2nix files 2022-04-08 02:23:53 +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.