Add basic nix utilities
All checks were successful
Check Flake / check-flake (push) Successful in 2m21s

This commit is contained in:
2023-10-20 20:13:08 -06:00
parent 8b01a9b240
commit 4890dc20e0
2 changed files with 59 additions and 0 deletions

View File

@@ -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; });
};
}