1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00
nixpkgs/pkgs/games/sm64ex/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
127 B
Nix
Raw Normal View History

{ callPackage
, branch
2020-05-24 22:53:57 +01:00
}:
{
sm64ex = callPackage ./sm64ex.nix { };
sm64ex-coop = callPackage ./coop.nix { };
}.${branch}