Use nix flake functionality for development

This commit is contained in:
Martin Puppe 2022-04-08 01:47:18 +02:00
parent 8c56307c55
commit dd5f51d9cc
10 changed files with 61 additions and 25 deletions

View file

@ -7,13 +7,13 @@ This repository contains files for building
First, you should update the necessary Nix files:
``` bash
nix-shell --run 'bash generate.sh'
nix develop --command bash generate.sh
```
Afterwards, the distribution for financier can be built:
``` bash
nix-build dist.nix
nix build
```
There is also a module (module.nix) that you can use in your NixOS