summaryrefslogtreecommitdiffstats
path: root/krebs/3modules
diff options
context:
space:
mode:
authorjeschli <jeschli@gmail.com>2017-12-06 16:13:18 +0000
committerjeschli <jeschli@gmail.com>2017-12-06 16:13:18 +0000
commitdc3723cf8fa6abfc0538743f66d7b5c2a7371a95 (patch)
tree0f8725dadd53e3c07e9bfa6d8cc0091f1ef1aa3d /krebs/3modules
parent29f9d3b86926916df63d4525f909316df5638f86 (diff)
parent1d6525a0050509ba1aa0b9ab66b8eb84946b8652 (diff)
Merge branch 'master' of http://cgit.lassul.us/stockholm into klauen-von-lass
Diffstat (limited to 'krebs/3modules')
-rw-r--r--krebs/3modules/ci.nix2
-rw-r--r--krebs/3modules/default.nix1
2 files changed, 2 insertions, 1 deletions
diff --git a/krebs/3modules/ci.nix b/krebs/3modules/ci.nix
index adbc1ebe..b56f5c54 100644
--- a/krebs/3modules/ci.nix
+++ b/krebs/3modules/ci.nix
@@ -104,7 +104,7 @@ in
"dummy_secrets": "true",
},
command=[
- "nix-shell", "--run", " ".join(["test",
+ "nix-shell", "-I", "stockholm=.", "--run", " ".join(["test",
"--user={}".format(user),
"--system={}".format(host),
"--force-populate",
diff --git a/krebs/3modules/default.nix b/krebs/3modules/default.nix
index a8933e71..7cf02cd8 100644
--- a/krebs/3modules/default.nix
+++ b/krebs/3modules/default.nix
@@ -61,6 +61,7 @@ let
hosts = mkOption {
type = with types; attrsOf host;
+ default = {};
};
users = mkOption {