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 Jan 6, 2025
1 parent b30cdba commit 3dc0fab
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 3dc0fab

Please sign in to comment.