tfenv: add findutils to runtime PATH
tfenv-use, tfenv-list and tfenv-version-name shell out to a literal \\find, which is missing from coreutils. On a clean Nix-only PATH this breaks ` tfenv use <version>` on both Linux and Darwin.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
nix-update-script,
|
||||
coreutils,
|
||||
curl,
|
||||
findutils,
|
||||
gawk,
|
||||
gnugrep,
|
||||
gnused,
|
||||
@@ -16,6 +17,7 @@ let
|
||||
runtimePath = lib.makeBinPath [
|
||||
coreutils
|
||||
curl
|
||||
findutils
|
||||
gawk
|
||||
gnugrep
|
||||
gnused
|
||||
|
||||
Reference in New Issue
Block a user