summaryrefslogtreecommitdiffstats
path: root/lass/krops.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lass/krops.nix')
-rw-r--r--lass/krops.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/krops.nix b/lass/krops.nix
index c1fbe284..da5933df 100644
--- a/lass/krops.nix
+++ b/lass/krops.nix
@@ -19,7 +19,7 @@
};
};
}
- (if lib.pathExists (./. + "/1systems/${name}/source.nix") then
+ (if (lib.pathExists (./. + "/1systems/${name}/source.nix")) && (! test) then
import (./. + "/1systems/${name}/source.nix") { inherit lib pkgs test; }
else
{}