1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00

Merge branch 'best-effort-supplementary-groups' into overlayfs-store

This commit is contained in:
John Ericson 2023-05-15 17:49:52 -04:00
commit 1dcb782651

View file

@ -13,7 +13,7 @@ unshare --mount --map-root-user bash <<EOF
mkdir -p \$NIX_REMOTE
}
cmd=(nix-build ./hermetic.nix --arg busybox "$busybox" --arg seed 1)
cmd=(nix-build ./hermetic.nix --arg busybox "$busybox" --arg seed 1 --no-out-link)
# Fails with default setting
# TODO better error