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:
kaynetik
2026-05-24 22:17:43 +02:00
committed by Sandro Jäckel
parent ee42070627
commit 30fbbf1cce
+2
View File
@@ -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