Skip to content

Commit 31b5d9f

Browse files
committed
fx multi-user link
1 parent 47bd03e commit 31b5d9f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

scripts/install-nix-from-closure.sh

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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
"

0 commit comments

Comments
 (0)