lib -> pkgs.lib
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
in rec {
|
in rec {
|
||||||
|
|
||||||
hydraJobs = lib.optionalAttrs
|
hydraJobs = pkgs.lib.optionalAttrs
|
||||||
(system == "x86_64-linux" ) {
|
(system == "x86_64-linux" ) {
|
||||||
handyhelper = packages.handyhelper;
|
handyhelper = packages.handyhelper;
|
||||||
runCommandHook = {
|
runCommandHook = {
|
||||||
|
|||||||
Reference in New Issue
Block a user