Unverified Commit b6596443 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

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

parents 9a2f5911 3b8c814f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 [ "'" ];