nix: fix typo in lib

This commit is contained in:
Siddarth Kumar 2024-12-14 15:54:51 +05:30
parent 8bafc88f34
commit ed2e6672e4
No known key found for this signature in database
GPG Key ID: 599D10112BF518DB
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ nix_install_type() {
"${UID}") echo "single";;
"(${UID})") echo "single";;
"") echo "none";
echo "No Nix installtion detected!" >&2;;
*) echo "Unknown Nix installtion type!" >&2; exit 1;;
echo "No Nix installation detected!" >&2;;
*) echo "Unknown Nix installation type!" >&2; exit 1;;
esac
fi
}