File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -284,8 +284,9 @@ checkingRequirements() { # This function must have checks only. Without makin
284284 This could indicate that another user has already performed a single-user
285285 installation of Nix on this system.
286286
287- To enable multi-user support see
288- http://nixos.org/nix/manual/#ssec-multi-user.
287+ To enable multi-user support see:
288+ http://nixos.org/nix/manual/#ssec-multi-user
289+
289290 To nevertheless do a single-user install for '$USER ':
290291 recursively set user '$USER ' as owner for '$dest ' directory.
291292 "
@@ -305,12 +306,14 @@ checkingRequirements() { # This function must have checks only. Without makin
305306 if [ ! -w " $dest " /store ]; then
306307 error "
307308
308- Directory '$dest /store' exists, but is not writable fot user '$USER '.
309+ Directory '$dest /store' exists, but is not writable for user '$USER '.
309310
310311 This could indicate that another user has already performed a single-user
311312 installation of Nix on this system.
312313
313- If you wish to enable multi-user support see
314+ If you wish to enable multi-user support see:
315+ https://nixos.org/nix/manual/#ssec-multi-user
316+
314317 To nevertheless do a single-user install for '$USER ':
315318 recursively set user '$USER ' as owner for '$dest '/store directory.
316319 "
You can’t perform that action at this time.
0 commit comments