mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
checks.nix: fix typo
This commit is contained in:
parent
7655918380
commit
ec76c31dbd
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ let
|
|||
echo "[1;31merror: A single-user install can't run optimiser as root, aborting activation[0m" >&2
|
||||
echo "Configure the optimiser to run as the current user:" >&2
|
||||
echo >&2
|
||||
echo " nix.optimiser.user = \"$USER\";" >&2
|
||||
echo " nix.optimise.user = \"$USER\";" >&2
|
||||
echo >&2
|
||||
exit 2
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue