Nest all morepkgs packages under a morepkgs namespace

master
Sven Slootweg 6 years ago
parent c9ae8ff6d3
commit 3a9768c451

@ -14,6 +14,6 @@ let
nixpkgsWithOverlays.lib.getAttr path nixpkgsWithOverlays;
jobs = rec {
xonotic = buildPath "xonotic";
xonotic = buildPath "morepkgs.xonotic";
};
in jobs

@ -1,4 +1,6 @@
self: super:
{
xonotic = super.callPackage ./pkgs/games/xonotic {};
morepkgs = {
xonotic = super.callPackage ./pkgs/games/xonotic {};
};
}

Loading…
Cancel
Save