Skip to content

Commit

Permalink
nix: fix typo in lib
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Dec 14, 2024
1 parent 8bafc88 commit ed2e667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/scripts/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit ed2e667

Please sign in to comment.