From dcf5a16c3fa90a8330626f851114c449e6cef497 Mon Sep 17 00:00:00 2001 From: trev Date: Wed, 14 May 2025 05:13:11 -0400 Subject: [PATCH] fix: import buf --- flake.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index a998a6c..edda96c 100644 --- a/flake.nix +++ b/flake.nix @@ -92,7 +92,7 @@ revive sqlc - # database + # Database sqlite dbmate sqlfluff @@ -160,9 +160,10 @@ runtimeInputs = with pkgs; [ git nix - nodejs_22 - go nix-update + go + buf + nodejs_22 ]; text = builtins.readFile ./.scripts/update.sh; });