These paths will be always found even if PATH is unset for child
processes. This will make i.e. /usr/bin/env and /bin/sh always visible
and hence will be more compatible to the standard nixos behavior. This
fixes make for me that tries to do stat on /bin/sh.
These paths will be always found even if PATH is unset for child processes. This will make i.e. /usr/bin/env and /bin/sh always visible and hence will be more compatible to the standard nixos behavior. This fixes make for me that tries to do stat on
/bin/sh
.