nixos/buildbot: syntax clean up
This commit is contained in:
parent
a356511f1a
commit
1b9b057d92
1 changed files with 2 additions and 4 deletions
|
@ -10,7 +10,7 @@ let
|
|||
|
||||
python = cfg.package.pythonModule;
|
||||
|
||||
escapeStr = s: escape ["'"] s;
|
||||
escapeStr = escape [ "'" ];
|
||||
|
||||
defaultMasterCfg = pkgs.writeText "master.cfg" ''
|
||||
from buildbot.plugins import *
|
||||
|
@ -245,9 +245,7 @@ in {
|
|||
description = "Buildbot User.";
|
||||
isNormalUser = true;
|
||||
createHome = true;
|
||||
home = cfg.home;
|
||||
group = cfg.group;
|
||||
extraGroups = cfg.extraGroups;
|
||||
inherit (cfg) home group extraGroups;
|
||||
useDefaultShell = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue