diff options
author | Guillaume Maudoux <layus.on@gmail.com> | 2022-02-17 09:32:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-17 09:32:15 +0100 |
commit | 1bec333788df9b1c9d9c68a428cfc79568d87cf2 (patch) | |
tree | 18780cbcad447a9f749cee0777feaf69710912ef /scripts | |
parent | aa5b83d93ce1b7bb67bf81ceda7ebf7706b1efa0 (diff) |
Create to daemon-socket folder during install
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/install-multi-user.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-multi-user.sh b/scripts/install-multi-user.sh index 33e4eaa14..d3ed53d09 100644 --- a/scripts/install-multi-user.sh +++ b/scripts/install-multi-user.sh @@ -609,7 +609,7 @@ EOF fi fi _sudo "to make the basic directory structure of Nix (part 1)" \ - install -dv -m 0755 /nix /nix/var /nix/var/log /nix/var/log/nix /nix/var/log/nix/drvs /nix/var/nix{,/db,/gcroots,/profiles,/temproots,/userpool} /nix/var/nix/{gcroots,profiles}/per-user + install -dv -m 0755 /nix /nix/var /nix/var/log /nix/var/log/nix /nix/var/log/nix/drvs /nix/var/nix{,/db,/gcroots,/profiles,/temproots,/userpool,/daemon-socket} /nix/var/nix/{gcroots,profiles}/per-user _sudo "to make the basic directory structure of Nix (part 2)" \ install -dv -g "$NIX_BUILD_GROUP_NAME" -m 1775 /nix/store |