1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-12 13:36:02 +01:00

README, error msg: http -> https

(cherry picked from commit 9080d5d924)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
Robert Hensing 2020-03-11 19:41:22 +01:00 committed by Domen Kožar
parent b278892471
commit a49950d817
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246
2 changed files with 4 additions and 4 deletions

View file

@ -87,7 +87,7 @@ if ! [ -e $dest ]; then
fi
if ! [ -w $dest ]; then
echo "$0: directory $dest exists, but is not writable by you. This could indicate that another user has already performed a single-user installation of Nix on this system. If you wish to enable multi-user support see http://nixos.org/nix/manual/#ssec-multi-user. If you wish to continue with a single-user install for $USER please run 'chown -R $USER $dest' as root." >&2
echo "$0: directory $dest exists, but is not writable by you. This could indicate that another user has already performed a single-user installation of Nix on this system. If you wish to enable multi-user support see https://nixos.org/nix/manual/#ssec-multi-user. If you wish to continue with a single-user install for $USER please run 'chown -R $USER $dest' as root." >&2
exit 1
fi