summaryrefslogtreecommitdiffstats
path: root/krebs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-05-24 22:42:34 +0200
committermakefu <github@syntax-fehler.de>2016-05-24 22:42:34 +0200
commitebe4cb290c1a4287c60e748c85b8391965149f95 (patch)
treee6828c61cba4105df0dafbc59eb540f42db51338 /krebs
parentc1971f5aa04553c022fac4d7df7221aef66826a2 (diff)
parent2ccafac558ed89915fc595c82679f55c3417e9cd (diff)
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'krebs')
-rw-r--r--krebs/5pkgs/builders.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/krebs/5pkgs/builders.nix b/krebs/5pkgs/builders.nix
index 70d65cfc..19169b18 100644
--- a/krebs/5pkgs/builders.nix
+++ b/krebs/5pkgs/builders.nix
@@ -60,7 +60,9 @@ rec {
inherit text;
passAsFile = [ "text" ];
} ''
- ${pkgs.exim}/bin/exim -C "$textPath" -bV >/dev/null
+ # TODO validate exim config even with config.nix.useChroot == true
+ # currently doing so will fail because "user exim was not found"
+ #${pkgs.exim}/bin/exim -C "$textPath" -bV >/dev/null
mv "$textPath" $out
'';