From 581967a58d266f5e1d37ed84f175146ff39a043b Mon Sep 17 00:00:00 2001 From: Spencer Brower Date: Thu, 25 Jun 2026 18:07:58 -0400 Subject: [PATCH] nix: Fixed the nix build. --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index aa50bf0..d3609cc 100644 --- a/flake.nix +++ b/flake.nix @@ -75,6 +75,8 @@ ]; buildInputs = [ + pkgs.git + pkgs.libsodium mysqlite ];