This repository has been archived on 2024-01-28. You can view files and clone it, but cannot push or open issues/pull-requests.
Go to file
Simon Bruder eae392c717
pokeemerald: init at unstable-2021-08-05
2021-08-07 15:55:52 +02:00
agbcc agbcc: init at unstable-2021-12-31 2021-08-07 15:15:16 +02:00
pokeall pokeall: init 2021-08-07 15:15:16 +02:00
pokecrystal pokecrystal: init at unstable-2021-07-20 2021-08-07 15:15:16 +02:00
pokeemerald pokeemerald: init at unstable-2021-08-05 2021-08-07 15:55:52 +02:00
pokefirered pokefirered: init at unstable-2021-08-01 2021-08-07 15:55:52 +02:00
pokegold pokegold: init at unstable-2021-07-20 2021-08-07 15:15:16 +02:00
pokered pokered: init at unstable-2021-08-01 2021-08-07 15:15:16 +02:00
pokeruby pokeruby: init at unstable-2021-07-16 2021-08-07 15:55:52 +02:00
pokeyellow pokeyellow: init at unstable-2021-06-20 2021-08-07 15:15:16 +02:00
.envrc init 2021-08-07 15:15:16 +02:00
.gitignore init 2021-08-07 15:15:16 +02:00
LICENSE init 2021-08-07 15:15:16 +02:00
README.md init 2021-08-07 15:15:16 +02:00
default.nix pokeemerald: init at unstable-2021-08-05 2021-08-07 15:55:52 +02:00
flake.lock init 2021-08-07 15:15:16 +02:00
flake.nix agbcc: init at unstable-2021-12-31 2021-08-07 15:15:16 +02:00

README.md

pokegb-nix

A nixpkgs overlay for compiling/assembling Game Boy Pokémon ROMs.

Usage

If you have a Nix version with flake support, simply run a command like this:

nix build ".#pokegb/red" # builds Pokémon Red/Blue
nix build ".#pokegb/all" # builds all ROMs into one directory

For the legacy Nix UI you can use a command like this:

nix-build -E 'import <nixpkgs> { overlays = [ (import ./default.nix) ]; }' -A pokegb.red

If you do not allow unfree packages globally, you might have to run the command with the environment variable NIXPKGS_ALLOW_UNFREE=1 set.

You can find a list of all packages provided by this overlay in default.nix.

License

The MIT License

This only applies to the package expressions, not the built packages. Patches may also be licensed differently, since they may be derivative works of the packages to which they apply.

Disclaimer

This project is not affiliated with Nintendo or any of its subsidiaries. Pokémon is a registered trademark of Nintendo.