mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
buildbot: fix setting package
to a drv from a different nixpkgs (#353161)
This commit is contained in:
commit
b65964438d
@ -5,7 +5,7 @@ let
|
||||
opt = options.services.buildbot-master;
|
||||
|
||||
package = cfg.package.python.pkgs.toPythonModule cfg.package;
|
||||
python = package.pythonModule;
|
||||
python = cfg.package.python;
|
||||
|
||||
escapeStr = lib.escape [ "'" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user