l krops: useChecksum for stockholm

This commit is contained in:
lassulus 2021-12-25 09:51:16 +01:00
parent 2be08e3c52
commit 02f6757bf6

View File

@ -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; }