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:
|
You first need to generate the necessary Nix files:
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
nix-shell
|
nix-shell --run 'bash generate.sh'
|
||||||
bash generate.sh
|
|
||||||
exit
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Afterwards, the distribution for financier can be built:
|
Afterwards, the distribution for financier can be built:
|
||||||
|
|
@ -17,3 +15,6 @@ Afterwards, the distribution for financier can be built:
|
||||||
``` bash
|
``` bash
|
||||||
nix-build dist.nix
|
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