Add basic nix utilities
All checks were successful
Check Flake / check-flake (push) Successful in 2m21s
All checks were successful
Check Flake / check-flake (push) Successful in 2m21s
This commit is contained in:
@@ -87,6 +87,7 @@
|
||||
|
||||
specialArgs = {
|
||||
inherit allModules;
|
||||
lib = self.lib;
|
||||
};
|
||||
};
|
||||
in
|
||||
@@ -130,5 +131,7 @@
|
||||
machines;
|
||||
|
||||
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) inputs.deploy-rs.lib;
|
||||
|
||||
lib = nixpkgs.lib.extend (final: prev: import ./lib { lib = nixpkgs.lib; });
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user