diff --git a/build/release.nix b/build/release.nix index 37a2779..b319a18 100644 --- a/build/release.nix +++ b/build/release.nix @@ -14,6 +14,6 @@ let nixpkgsWithOverlays.lib.getAttr path nixpkgsWithOverlays; jobs = rec { - xonotic = buildPath "xonotic"; + xonotic = buildPath "morepkgs.xonotic"; }; in jobs diff --git a/default.nix b/default.nix index e5f352e..f7f2aea 100644 --- a/default.nix +++ b/default.nix @@ -1,4 +1,6 @@ self: super: { - xonotic = super.callPackage ./pkgs/games/xonotic {}; + morepkgs = { + xonotic = super.callPackage ./pkgs/games/xonotic {}; + }; }