tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/buildbot: fix worker package
zowoq
2 years ago
34deb05e
9e71df9f
+1
-3
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
continuous-integration
buildbot
worker.nix
+1
-3
nixos/modules/services/continuous-integration/buildbot/worker.nix
···
128
128
'';
129
129
};
130
130
131
131
-
package = mkPackageOption pkgs "python3Packages.buildbot-worker" {
132
132
-
example = "python2Packages.buildbot-worker";
133
133
-
};
131
131
+
package = mkPackageOption pkgs "buildbot-worker" { };
134
132
135
133
packages = mkOption {
136
134
default = with pkgs; [ git ];