mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
nix: /nix/store must be root:nixbld 1775.
This commit is contained in:
parent
e8f80c4bde
commit
f890802f71
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ nix_package() {
|
||||||
/nix/var/nix/manifests 0755 root root
|
/nix/var/nix/manifests 0755 root root
|
||||||
/nix/var/nix/userpool 0755 root root
|
/nix/var/nix/userpool 0755 root root
|
||||||
/nix/var/nix/db 0755 root root
|
/nix/var/nix/db 0755 root root
|
||||||
/nix/store 1755 root nixbld"
|
/nix/store 1775 root nixbld"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue