financier-nix/README.markdown

17 lines
313 B
Markdown
Raw Normal View History

2020-09-10 16:39:11 +02:00
# 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
```