mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
index.md: add warning for installing as root
warning: installing Nix as root is not supported by this script! performing a single-user installation of Nix... copying Nix to /nix/store....................................................... ...... warning: the group 'nixbld' specified in 'build-users-group' does not exist warning: the group 'nixbld' specified in 'build-users-group' does not exist installing 'nix-2.28.3' error: the group 'nixbld' specified in 'build-users-group' does not exist /tmp/nix-binary-tarball-unpack.2j3lCU0A89/unpack/nix-2.28.3-x86_64-linux/install: unable to install Nix into your default profile
This commit is contained in:
parent
cdbe788c1f
commit
3cc16d13f0
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ $ curl -L https://nixos.org/nix/install | sh -s -- --daemon
|
|||
|
||||
> Single-user is not supported on Mac.
|
||||
|
||||
> `warning: installing Nix as root is not supported by this script!`
|
||||
|
||||
This installation has less requirements than the multi-user install, however it
|
||||
cannot offer equivalent sharing, isolation, or security.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue