Loading nixos/modules/services/continuous-integration/buildbot/master.nix +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ let opt = options.services.buildbot-master; package = cfg.package.python.pkgs.toPythonModule cfg.package; python = package.pythonModule; python = cfg.package.python; escapeStr = lib.escape [ "'" ]; Loading Loading
nixos/modules/services/continuous-integration/buildbot/master.nix +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ let opt = options.services.buildbot-master; package = cfg.package.python.pkgs.toPythonModule cfg.package; python = package.pythonModule; python = cfg.package.python; escapeStr = lib.escape [ "'" ]; Loading