mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 00:53:57 +00:00
9 lines
127 B
Nix
9 lines
127 B
Nix
{ callPackage, branch }:
|
|
|
|
{
|
|
sm64ex = callPackage ./sm64ex.nix { };
|
|
|
|
sm64ex-coop = callPackage ./coop.nix { };
|
|
}
|
|
.${branch}
|