mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
nix: /nix/var/nix/profiles/per-user must be 1777.
This commit is contained in:
parent
321c3e92ea
commit
fc392038d8
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ nix_package() {
|
|||
make_dirs="
|
||||
/nix/var/log/nix/drvs 0755 root root
|
||||
/nix/var/nix/profiles 0755 root root
|
||||
/nix/var/nix/profiles/per-user 1777 root root
|
||||
/nix/var/nix/temproots 0755 root root
|
||||
/nix/var/nix/gcroots 0755 root root
|
||||
/nix/var/nix/manifests 0755 root root
|
||||
|
|
Loading…
Add table
Reference in a new issue