nixpkgs-review: depends on nix-eval-jobs

It used to fail with

    FileNotFoundError: [Errno 2] No such file or directory: 'nix-eval-jobs'
This commit is contained in:
Robert Schütz
2026-05-14 07:53:55 -07:00
parent c72ad91235
commit 2e23db9859
@@ -11,6 +11,7 @@
cacert,
git,
nix,
nix-eval-jobs,
versionCheckHook,
withAutocomplete ? true,
@@ -55,6 +56,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
let
binPath = [
nix
nix-eval-jobs
git
]
++ lib.optional withSandboxSupport bubblewrap