Add NixOS install instructions

This commit is contained in:
leo60228 2024-05-29 18:53:16 -04:00
parent ef2330593c
commit d8d4885c11
No known key found for this signature in database
GPG Key ID: 6F3EB461799AD95E
1 changed files with 7 additions and 0 deletions

View File

@ -354,6 +354,13 @@ Then proceed to [Choosing where to store pokeemerald (Linux)](#choosing-where-to
> [install devkitARM on Arch Linux](#installing-devkitarm-on-arch-linux).
</details>
### NixOS
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
```
Then proceed to [Choosing where to store pokeemerald Expansion (Linux)](#choosing-where-to-store-pokeemerald-expansion-linux).
### Other distributions
_(Specific instructions for other distributions would be greatly appreciated!)_