fix(tests): include 'lib' always as a whole

This commit is contained in:
Johannes Kirschbauer
2025-03-30 14:42:31 +02:00
parent c0ebad1cd9
commit d4d4d77d2d
4 changed files with 6 additions and 19 deletions

View File

@@ -160,14 +160,10 @@
"flake.lock"
"flakeModules"
"inventory.json"
"lib/build-clan"
"lib/default.nix"
"lib/select.nix"
"lib/flake-module.nix"
"lib/frontmatter"
"lib/inventory"
"lib/constraints"
"nixosModules"
# Just include everything in 'lib'
# If anything changes in /lib that may affect everything
"lib"
];
};
in

View File

@@ -43,10 +43,7 @@ in
include = [
"flakeModules"
"inventory.json"
"lib/build-clan"
"lib/default.nix"
"lib/flake-module.nix"
"lib/inventory"
"lib"
"machines"
"nixosModules"
];

View File

@@ -50,11 +50,7 @@ in
self.filter {
include = [
"flakeModules"
"lib/default.nix"
"lib/flake-module.nix"
"lib/inventory"
"lib/constraints"
"lib/frontmatter"
"lib"
"clanModules/flake-module.nix"
"clanModules/borgbackup"
];

View File

@@ -28,9 +28,7 @@ in
self.filter {
include = [
"flakeModules"
"lib/default.nix"
"lib/flake-module.nix"
"lib/values"
"lib"
];
}
}#legacyPackages.${system}.evalTests-values