Skip to content

Commit b659644

Browse files
authored
buildbot: fix setting package to a drv from a different nixpkgs (#353161)
2 parents 9a2f591 + 3b8c814 commit b659644

File tree

1 file changed

+1
-1
lines changed
  • nixos/modules/services/continuous-integration/buildbot

1 file changed

+1
-1
lines changed

nixos/modules/services/continuous-integration/buildbot/master.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let
55
opt = options.services.buildbot-master;
66

77
package = cfg.package.python.pkgs.toPythonModule cfg.package;
8-
python = package.pythonModule;
8+
python = cfg.package.python;
99

1010
escapeStr = lib.escape [ "'" ];
1111

0 commit comments

Comments
 (0)