mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
buildbot: fix setting package
to a drv from a different nixpkgs
Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
parent
93434ffa51
commit
3b8c814fdc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue