From 5508bc68264fd7984beddbb14218705cb8341d91 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 Change-Id: wwzkksxxllvlklpttknqlqnxrqrpopyu --- 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 -- 2.50.1