Initial commit

This commit is contained in:
Martin Puppe 2020-09-10 16:39:11 +02:00
commit 0d00fa5123
7 changed files with 121 additions and 0 deletions

17
README.markdown Normal file
View file

@ -0,0 +1,17 @@
# 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
```