1
0
Fork 0
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:
natsukium 2024-09-10 22:20:22 +09:00
parent 7655918380
commit ec76c31dbd
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

View file

@ -197,7 +197,7 @@ let
echo "error: A single-user install can't run optimiser as root, aborting activation" >&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