wow
All checks were successful
All checks were successful
This commit is contained in:
parent
fb368a5341
commit
eceaac0513
4 changed files with 155 additions and 4 deletions
|
|
@ -14,13 +14,14 @@
|
|||
waterfox-bin = final.callPackage ./pkgs/waterfox-bin/default.nix { };
|
||||
xcursor-mizuki = final.callPackage ./pkgs/xcursor-mizuki/default.nix { stdenv = final.stdenv; };
|
||||
pjsk-cursor = final.callPackage ./pkgs/pjsk-cursor/default.nix { stdenv = final.stdenv; };
|
||||
helium = final.callPackage ./pkgs/helium/default.nix { };
|
||||
};
|
||||
pkgs = nixpkgs.legacyPackages.${system}.extend overlay;
|
||||
in {
|
||||
overlays.default = overlay;
|
||||
|
||||
packages.${system} = {
|
||||
inherit (pkgs) waterfox-bin xcursor-mizuki pjsk-cursor;
|
||||
inherit (pkgs) waterfox-bin xcursor-mizuki pjsk-cursor helium;
|
||||
# default = pkgs.waterfox-bin;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue