Install instructions (#5876)

Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
hedara90
2024-12-25 14:59:28 +01:00
committed by GitHub
parent 8cb2f31961
commit 878724c9ae
11 changed files with 289 additions and 535 deletions

View File

@@ -0,0 +1,5 @@
# 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
```