add build environment files for nixpkgs

This commit is contained in:
busti 2021-07-07 21:41:20 +02:00
parent aa1b229b2d
commit f3762ff598
4 changed files with 14 additions and 1 deletions

View file

@ -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)
```