1
0

lib/mkNixpkgs.nix: Add function to import nixpkgs with overlays

This commit is contained in:
2025-06-29 16:54:29 +02:00
parent 60e80ab2e9
commit 457fa2ca6f
5 changed files with 37 additions and 28 deletions

View File

@@ -8,6 +8,7 @@ let
lib = {
clerie-monitoring-ids = callLibs ./clerie-monitoring-ids.nix;
mkNixpkgs = callLibs ./mkNixpkgs.nix;
nixosSystem = callLibs ./nixosSystem.nix;
};