mirror of
https://codeberg.org/puppe/financier-nix.git
synced 2025-12-20 00:12:17 +01:00
Improve README
This commit is contained in:
parent
b8ff16e98a
commit
9c373d62d7
1 changed files with 5 additions and 4 deletions
|
|
@ -7,9 +7,7 @@ This repository contains files for building
|
|||
You first need to generate the necessary Nix files:
|
||||
|
||||
``` bash
|
||||
nix-shell
|
||||
bash generate.sh
|
||||
exit
|
||||
nix-shell --run 'bash generate.sh'
|
||||
```
|
||||
|
||||
Afterwards, the distribution for financier can be built:
|
||||
|
|
@ -17,3 +15,6 @@ Afterwards, the distribution for financier can be built:
|
|||
``` bash
|
||||
nix-build dist.nix
|
||||
```
|
||||
|
||||
There is also a module (module.nix) that you can use in your NixOS
|
||||
configuration.
|
||||
Loading…
Add table
Add a link
Reference in a new issue