forked from j3d1/fiatlux
add build environment files for nixpkgs
This commit is contained in:
parent
aa1b229b2d
commit
f3762ff598
4 changed files with 14 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -59,4 +59,12 @@ install `docker` on your platform and buil with
|
|||
|
||||
```bash
|
||||
make firmware_docker -j$(nproc)
|
||||
```
|
||||
```
|
||||
|
||||
### Build Steps (using nixos)
|
||||
|
||||
In the project root run:
|
||||
```
|
||||
nix-shell --option sandbox false
|
||||
make firmware -j$(nproc)
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue