From 719e6eca41986d0548a966a27f3b0998fec1b09c Mon Sep 17 00:00:00 2001 From: Dragyx <66752602+Dragyx@users.noreply.github.com> Date: Tue, 6 May 2025 14:46:35 +0200 Subject: [PATCH] shell: remove old dependency sqlx-cli --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index e144cb4..bf63f2e 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,6 @@ inherit (pkgsFor.${system}) cargo - sqlx-cli rustc rustfmt bacon