fix: import buf

This commit is contained in:
2025-05-14 05:13:11 -04:00
parent 932d82c1fc
commit dcf5a16c3f

View File

@ -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;
});