mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Revert "Set stricter permissions on /nix/store"
This reverts commit 066758758e
because
it breaks NixOS VM tests.
This commit is contained in:
parent
088523f094
commit
a38f130126
2 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ mkdir -m 0755 -p \
|
|||
$mountPoint/nix/var/nix/db \
|
||||
$mountPoint/nix/var/log/nix/drvs
|
||||
|
||||
mkdir -m 1735 -p $mountPoint/nix/store
|
||||
mkdir -m 1775 -p $mountPoint/nix/store
|
||||
chown root:nixbld $mountPoint/nix/store
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue