Bind /usr/bin/env in nix-portable
This commit is contained in:
@@ -341,6 +341,7 @@ let
|
||||
toBind="\$toBind \$dir/busybox/bin /bin"
|
||||
# provide /bin/sh via the shipped busybox
|
||||
toBind="\$toBind \$dir/busybox/bin/busybox /bin/sh"
|
||||
toBind="\$toBind \$dir/busybox/bin/busybox /usr/bin/env"
|
||||
toBind="\$toBind \$dir/bin/bash /bin/bash"
|
||||
|
||||
# on termux, make sure termux packages still work inside the nix-portable environment
|
||||
|
||||
Reference in New Issue
Block a user