fix: import buf
This commit is contained in:
@ -92,7 +92,7 @@
|
|||||||
revive
|
revive
|
||||||
sqlc
|
sqlc
|
||||||
|
|
||||||
# database
|
# Database
|
||||||
sqlite
|
sqlite
|
||||||
dbmate
|
dbmate
|
||||||
sqlfluff
|
sqlfluff
|
||||||
@ -160,9 +160,10 @@
|
|||||||
runtimeInputs = with pkgs; [
|
runtimeInputs = with pkgs; [
|
||||||
git
|
git
|
||||||
nix
|
nix
|
||||||
nodejs_22
|
|
||||||
go
|
|
||||||
nix-update
|
nix-update
|
||||||
|
go
|
||||||
|
buf
|
||||||
|
nodejs_22
|
||||||
];
|
];
|
||||||
text = builtins.readFile ./.scripts/update.sh;
|
text = builtins.readFile ./.scripts/update.sh;
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user