summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/buildbot/master.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-02-15 17:43:30 +0100
committermakefu <github@syntax-fehler.de>2016-02-15 17:43:30 +0100
commita94a4c42065fb2fd489a03fd7b0db60ebabb8ebf (patch)
tree0d8f381eb4210a6b1abe80f27692401a0ce18e4f /krebs/3modules/buildbot/master.nix
parent3ceff0ec29a36119ea83f02c8943752d91b250e9 (diff)
s 1 wolf: use config.krebs.lib
Diffstat (limited to 'krebs/3modules/buildbot/master.nix')
-rw-r--r--krebs/3modules/buildbot/master.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/krebs/3modules/buildbot/master.nix b/krebs/3modules/buildbot/master.nix
index 825cb3413..080a1f33d 100644
--- a/krebs/3modules/buildbot/master.nix
+++ b/krebs/3modules/buildbot/master.nix
@@ -338,8 +338,8 @@ let
SSL_CERT_FILE = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
};
serviceConfig = let
- workdir="${lib.shell.escape cfg.workDir}";
- secretsdir="${lib.shell.escape (toString <secrets>)}";
+ workdir="${shell.escape cfg.workDir}";
+ secretsdir="${shell.escape (toString <secrets>)}";
in {
PermissionsStartOnly = true;
Type = "forking";