From 150130e99beb04cd5d989932a617fcd160c7345a Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Thu, 14 Dec 2023 10:31:45 +0000 Subject: [PATCH] nix: add sqlite in devShell Since sqlite is used for the databases, including the sqlite3 binary in the devShell is useful for debugging purposes. Signed-off-by: Fintan Halpenny X-Clacks-Overhead: GNU Terry Pratchett --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 3a7b99d8..927cfc6a 100644 --- a/flake.nix +++ b/flake.nix @@ -219,6 +219,7 @@ pkgs.cargo-nextest pkgs.ripgrep pkgs.rust-analyzer + pkgs.sqlite ]; }; });