summaryrefslogtreecommitdiffstats
path: root/krebs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-06-28 08:47:23 +0200
committermakefu <github@syntax-fehler.de>2017-06-28 08:47:23 +0200
commit74bbb2c0b11691368604c1d8c0e2fb547b47dd47 (patch)
tree1e4f00951b6278df919a3e45158b0c844f5f4cd0 /krebs
parent9bd7f9ebf4055534ace98002a1a9ddbb243805d1 (diff)
parent4986344d6e2674914caa31cb4a4bd198dd3d50a0 (diff)
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'krebs')
-rw-r--r--krebs/3modules/build.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/krebs/3modules/build.nix b/krebs/3modules/build.nix
index 51f192703..976d378f9 100644
--- a/krebs/3modules/build.nix
+++ b/krebs/3modules/build.nix
@@ -24,4 +24,6 @@ with import <stockholm/lib>;
type = types.user;
};
};
+
+ config.krebs.build.source.stockholm.file = mkDefault (toString <stockholm>);
}