nixos/buildbot: fix worker package
This commit is contained in:
parent
9e71df9f5e
commit
34deb05e55
1 changed files with 1 additions and 3 deletions
|
@ -128,9 +128,7 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
package = mkPackageOption pkgs "python3Packages.buildbot-worker" {
|
||||
example = "python2Packages.buildbot-worker";
|
||||
};
|
||||
package = mkPackageOption pkgs "buildbot-worker" { };
|
||||
|
||||
packages = mkOption {
|
||||
default = with pkgs; [ git ];
|
||||
|
|
Loading…
Reference in a new issue