summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lass/krops.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/lass/krops.nix b/lass/krops.nix
index 4abd010e..ace37888 100644
--- a/lass/krops.nix
+++ b/lass/krops.nix
@@ -23,6 +23,10 @@
name = "hosts/${name}";
};
};
+ stockholm.file = lib.mkForce {
+ path = toString ../.;
+ useChecksum = true;
+ };
}
(if lib.pathExists (./. + "/1systems/${name}/source.nix") then
import (./. + "/1systems/${name}/source.nix") { inherit lib pkgs test; }