Skip to content

Commit

Permalink
Add missing dev tools to nix shell (#1819)
Browse files Browse the repository at this point in the history
Signed-off-by: Eszter Szucs-Matyas <eszter.szucs.matyas@gmail.com>
  • Loading branch information
huggingpixels committed Apr 8, 2024
1 parent 5b2e267 commit ae3c1aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shell.nix
Expand Up @@ -8,10 +8,13 @@ mkShell {
jq
gcc
go_1_21
golangci-lint
gopls
gotests
goreleaser
nats-server
protobuf
protoc-gen-go
protoc-gen-go-grpc
];
}

0 comments on commit ae3c1aa

Please sign in to comment.