Commit 6a66673
committed
fix: chown /nix/store on macOS after mkdir
mkdir -p /nix/store inside sudo creates the directory as root. Use
chown -R after mkdir so both /nix and /nix/store are user-owned.1 parent 43981bb commit 6a66673
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
957 | 957 | | |
958 | 958 | | |
959 | 959 | | |
960 | | - | |
961 | 960 | | |
| 961 | + | |
962 | 962 | | |
963 | 963 | | |
964 | 964 | | |
| |||
0 commit comments