diff options
-rw-r--r-- | lass/krops.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/krops.nix b/lass/krops.nix index c1fbe2841..da5933df3 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 {} |