Nix support for Financier (https://github.com/financier-io/financier)
Find a file
Martin Puppe b8ff16e98a Add NixOS module
This module adds the necessary configuration for hosting Financier with
nginx.
2020-09-15 11:15:50 +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 Minor changes in README 2020-09-10 16:45: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
bash generate.sh
exit

Afterwards, the distribution for financier can be built:

nix-build dist.nix