Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 3d352fee19 - Show all commits

View File

@@ -46,4 +46,4 @@ mounts=(
join_flags="${mounts[@]}"
exec $nixjoin -i $join_flags $nixhome -- \
env -i "${env[@]}" @out@/bin/stage2
env -i "${env[@]}" @out@/bin/stage2 "$@"

View File

@@ -13,4 +13,4 @@ if [ -e /usr ]; then
exit 1
fi
exec @program@
exec @program@ "$@"