Skip to content

Commit

Permalink
buildbot: fix setting package to a drv from a different nixpkgs (Ni…
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored Nov 4, 2024
2 parents 9a2f591 + 3b8c814 commit b659644
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 [ "'" ];

Expand Down

0 comments on commit b659644

Please sign in to comment.