sovereignx/docs/install/linux/NIXOS.md

6 lines
186 B
Markdown
Raw Normal View History

# 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
```