buildbot: fix setting package to a drv from a different nixpkgs (#353161)

This commit is contained in:
Jörg Thalheim 2024-11-04 10:40:35 +01:00 committed by GitHub
commit b65964438d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 [ "'" ];