use process PATH for bash tool (#202)

what: default bash PATH to process.env.PATH

why: ensure Nix-provided tools on PATH inside sessions

tests: not run

Co-authored-by: Peter Steinberger <[email protected]>
This commit is contained in:
Josh Palmer
2026-01-06 03:05:21 +00:00
committed by GitHub
co-authored by Peter Steinberger
parent 070f7db196
commit cbc39bd005
+1
View File
@@ -36,6 +36,7 @@ const DEFAULT_MAX_OUTPUT = clampNumber(
150_000,
);
const DEFAULT_PATH =
process.env.PATH ??
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin";
const stringEnum = (