1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Rename cure to fix

This commit is contained in:
Slava Pozdniakov 2024-03-28 23:38:30 +02:00
parent 65b039f853
commit 1329be257b
2 changed files with 2 additions and 2 deletions

View file

@ -1077,7 +1077,7 @@ case "${1-}" in
# install == same as the no-arg condition for now (but, explicit)
""|install)
main;;
cure)
fix)
export NIX_DO_NOT_VALIDATE=1
export NIX_DO_NOT_BACKUP=1
export NIX_DO_NOT_OVERWRITE_PROFILE=1

View file

@ -109,7 +109,7 @@ while [ $# -gt 0 ]; do
echo " --no-daemon: Simple, single-user installation that does not require root and is"
echo " trivial to uninstall."
echo " (default)"
echo " --cure: Tries to fix an already existing installation."
echo " --fix: Tries to fix an already existing installation."
echo " It does not fix installed packages."
echo ""
echo " --yes: Run the script non-interactively, accepting all prompts."