mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
nixos/buildbot: fix worker package
This commit is contained in:
parent
9e71df9f5e
commit
34deb05e55
@ -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 New Issue
Block a user