refactor: update pjsk-cursor package definition to expose multiple outputs correctly
This commit is contained in:
parent
9e198170ff
commit
0d1915e0b4
1 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
|||
# another = final.callPackage ./pkgs/another/default.nix { };
|
||||
waterfox-bin = final.callPackage ./pkgs/waterfox-bin/default.nix { };
|
||||
xcursor-mizuki = final.callPackage ./pkgs/xcursor-mizuki/default.nix { };
|
||||
pjsk-cursor = final.callPackage ./pkgs/pjsk-cursor/default.nix { };
|
||||
inherit (final.callPackage ./pkgs/pjsk-cursor/default.nix { }) pjsk-cursor pjsk-cursors;
|
||||
};
|
||||
pkgs = nixpkgs.legacyPackages.${system}.extend overlay;
|
||||
in {
|
||||
|
|
@ -21,10 +21,10 @@
|
|||
|
||||
packages.${system} = {
|
||||
inherit (pkgs) waterfox-bin xcursor-mizuki;
|
||||
} // pkgs.pjsk-cursor.flat;
|
||||
} // (pkgs.callPackage ./pkgs/pjsk-cursor/default.nix { }).flat;
|
||||
|
||||
legacyPackages.${system} = {
|
||||
inherit (pkgs.pjsk-cursor) pjsk-cursor pjsk-cursors;
|
||||
inherit (pkgs) pjsk-cursor pjsk-cursors;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue