financier-nix/README.markdown

19 lines
382 B
Markdown
Raw Normal View History

2020-09-10 16:39:11 +02:00
# Nix support for financier
2020-09-10 16:45:24 +02:00
This repository contains files for building
[financier](https://gitlab.com/mpuppe/financier/) with the
[Nix](https://nixos.org/manual/nix/stable/) package manager.
2020-09-10 16:39:11 +02:00
You first need to generate the necessary Nix files:
``` bash
nix-shell
bash generate.sh
exit
```
2020-09-10 16:45:24 +02:00
Afterwards, the distribution for financier can be built:
2020-09-10 16:39:11 +02:00
``` bash
nix-build dist.nix
```