financier-nix/README.markdown
2020-09-10 16:39:11 +02:00

17 lines
No EOL
313 B
Markdown

# Nix support for financier
This repository contains files for building [financier](https://gitlab.com/mpuppe/financier/).
You first need to generate the necessary Nix files:
``` bash
nix-shell
bash generate.sh
exit
```
Afterwards, the distribution for financier can be build:
``` bash
nix-build dist.nix
```