mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-27 00:06:16 +02:00
Merge branch 'best-effort-supplementary-groups' into overlayfs-store
This commit is contained in:
commit
1dcb782651
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ unshare --mount --map-root-user bash <<EOF
|
||||||
mkdir -p \$NIX_REMOTE
|
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
|
# Fails with default setting
|
||||||
# TODO better error
|
# TODO better error
|
||||||
|
|
Loading…
Reference in a new issue