renames package

This commit is contained in:
Dennis 2026-01-22 14:02:42 +01:00
parent b0f130c46e
commit 6ff92f7087

View file

@ -10,7 +10,7 @@
if command -v sqlit &> /dev/null; then
echo "SQLit already installed."
else
${pkgs.uv}/bin/uvx --with PyMySQL --with sshtunnel sqlit-tui
${pkgs.uv}/bin/uvx --with PyMySQL --with sshtunnel sqlit
fi
'';