From 2e3fd6b0c117d4215f166fe9a1cc3bf3e5dfef56 Mon Sep 17 00:00:00 2001 From: nelind Date: Fri, 26 Dec 2025 20:00:57 +0100 Subject: [PATCH] add sqlx-cli to dev shell --- shell.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index c090402..d5602a8 100644 --- a/shell.nix +++ b/shell.nix @@ -12,6 +12,7 @@ clippy, rustfmt, rust-analyzer, + sqlx-cli, # frontend tooling deno, @@ -34,7 +35,8 @@ in mkShell { clippy rustfmt rust-analyzer - + sqlx-cli + deno svelte-language-server typescript-language-server