forked from rarias/jungle
Bind /usr/bin/env in nix-portable
This commit is contained in:
@@ -339,6 +339,7 @@ let
|
|||||||
|
|
||||||
# provide /bin/sh via the shipped busybox
|
# provide /bin/sh via the shipped busybox
|
||||||
toBind="\$toBind \$dir/busybox/bin/busybox /bin/sh"
|
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
|
# on termux, make sure termux packages still work inside the nix-portable environment
|
||||||
if [ -n "\$TERMUX_VERSION" ]; then
|
if [ -n "\$TERMUX_VERSION" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user