mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +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" {
|
package = mkPackageOption pkgs "buildbot-worker" { };
|
||||||
example = "python2Packages.buildbot-worker";
|
|
||||||
};
|
|
||||||
|
|
||||||
packages = mkOption {
|
packages = mkOption {
|
||||||
default = with pkgs; [ git ];
|
default = with pkgs; [ git ];
|
||||||
|
Loading…
Reference in New Issue
Block a user