0
0
Fork 0
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:
magic_rb 2024-11-02 17:01:20 +01:00
parent 93434ffa51
commit 3b8c814fdc
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

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