Skip to content

Commit b807081

Browse files
committed
chore: update the naming
1 parent 5b66a50 commit b807081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# From https://nixos.wiki/wiki/Google_Cloud_SDK
4141
gdk = pkgs.google-cloud-sdk.withExtraComponents ([ pkgs.google-cloud-sdk.components.gke-gcloud-auth-plugin ]);
4242

43-
customProtocGenGo = pkgs.buildGoModule rec {
43+
proto_gen_go_1_30 = pkgs.buildGoModule rec {
4444
name = "protoc-gen-go";
4545
owner = "protocolbuffers";
4646
repo = "protobuf-go";
@@ -102,7 +102,7 @@
102102
playwright-driver.browsers
103103
postgresql_16
104104
protobuf
105-
customProtocGenGo
105+
proto_gen_go_1_30
106106
ripgrep
107107
# This doesn't build on latest nixpkgs (July 10 2024)
108108
(pinnedPkgs.sapling)

0 commit comments

Comments
 (0)