sovereignx/docs/install/linux/NIXOS.md
hedara90 3b594e2f38
Updating install instructions (#5610)
Co-authored-by: Hedara <hedara90@gmail.com>
2024-12-15 17:11:13 -03:00

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