Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
preBuild
1 parent 097fdaf commit ceb168bCopy full SHA for ceb168b
flake.nix
@@ -44,7 +44,7 @@
44
name = "protoc-gen-go";
45
owner = "protocolbuffers";
46
repo = "protobuf-go";
47
- rev = "v1.30.0";
+ rev = "v1.30.0";
48
src = pkgs.fetchFromGitHub {
49
50
@@ -54,11 +54,6 @@
54
};
55
subPackages = [ "cmd/protoc-gen-go" ];
56
vendorHash = null;
57
- proxyVendor = true;
58
- preBuild = ''
59
- export GOPROXY=https://proxy.golang.org,direct
60
- go mod download
61
- '';
62
63
64
# The minimal set of packages to build Coder.
@@ -172,7 +167,7 @@
172
167
'';
173
168
174
169
packages = {
175
- proto_gen_go = proto_gen_go_1_30;
170
+ proto_gen_go = proto_gen_go_1_30;
176
171
all = pkgs.buildEnv {
177
name = "all-packages";
178
paths = devShellPackages;
0 commit comments