mirror of
https://codeberg.org/puppe/financier-nix.git
synced 2025-12-20 00:12:17 +01:00
Use nix flake functionality for development
This commit is contained in:
parent
8c56307c55
commit
dd5f51d9cc
10 changed files with 61 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue