fixes uvx call
This commit is contained in:
parent
39798a7825
commit
5eb127ef1f
1 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
system = {
|
system = {
|
||||||
primaryUser = "dennis";
|
primaryUser = "dennis";
|
||||||
|
|
@ -8,7 +10,7 @@
|
||||||
if command -v sqlit &> /dev/null; then
|
if command -v sqlit &> /dev/null; then
|
||||||
echo "SQLit already installed."
|
echo "SQLit already installed."
|
||||||
else
|
else
|
||||||
uvx install --with mariadb --with PyMySQL --with sshtunnel sqlit-tui
|
${pkgs.uv}/bin/uvx install --with mariadb --with PyMySQL --with sshtunnel sqlit-tui
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue