878724c9ae
Co-authored-by: Hedara <hedara90@gmail.com>
5 lines
186 B
Markdown
5 lines
186 B
Markdown
# NixOS instructions
|
|
Run the following command to start an interactive shell with the necessary packages:
|
|
```bash
|
|
nix-shell -p pkgsCross.arm-embedded.stdenv.cc git pkg-config libpng
|
|
```
|