Bind /usr/bin/env in nix-portable

This commit is contained in:
2026-03-06 12:46:29 +01:00
committed by Rodrigo Arias Mallo
parent a1e70da04b
commit 8785efa9b9

View File

@@ -339,6 +339,7 @@ let
# provide /bin/sh via the shipped busybox
toBind="\$toBind \$dir/busybox/bin/busybox /bin/sh"
toBind="\$toBind \$dir/busybox/bin/busybox /usr/bin/env"
# on termux, make sure termux packages still work inside the nix-portable environment
if [ -n "\$TERMUX_VERSION" ]; then