Skip to content

Commit

Permalink
Add NixOS install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
leo60228 committed May 29, 2024
1 parent ef23305 commit d8d4885
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!)_

Expand Down

0 comments on commit d8d4885

Please sign in to comment.