nixpkgs/pkgs/games/sm64ex/default.nix

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

9 lines
127 B
Nix
Raw Normal View History

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