From 305dc401f707108bc36271756444ee2c112d4cfc Mon Sep 17 00:00:00 2001 From: Dennis Date: Thu, 22 Jan 2026 14:50:32 +0100 Subject: [PATCH] fixes sqlit --- hosts/dnsc-work/default.nix | 1 - modules/fish/default.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/dnsc-work/default.nix b/hosts/dnsc-work/default.nix index 3834ccc..6296ed9 100644 --- a/hosts/dnsc-work/default.nix +++ b/hosts/dnsc-work/default.nix @@ -69,7 +69,6 @@ "rbenv" "mysql@8.0" "huseyinbabal/tap/tredis" - "mariadb" ]; homebrew.casks = [ diff --git a/modules/fish/default.nix b/modules/fish/default.nix index 9bd74df..25940fa 100644 --- a/modules/fish/default.nix +++ b/modules/fish/default.nix @@ -12,7 +12,7 @@ ps -o pid,command | grep "^[0-9]\{4,5\} ssh -fNL" | awk '{print $1}' | xargs kill -9 ''; dbui = '' - uvx --with mariadb --with PyMySQL --with sqlit-tui[ssh] --from sqlit-tui sqlit + uvx --with PyMySQL --with sqlit-tui[ssh] --from sqlit-tui@1.2.11 sqlit ''; dev_projects = /* fish */ '' if test "$hn" = "dnsc-work"