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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user