Skip to content

Commit 688522a

Browse files
authored
chore: use local protoc install (#2392)
1 parent 13fae2f commit 688522a

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

flake.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@
9292
"rustfmt"
9393
"rust-analyzer"
9494
])
95-
protobuf
95+
# protobuf
9696
];
9797

9898
hardeningDisable = [ "fortify" ];
9999

100100
shellHook = ''
101-
export PATH="$PWD/protoc-gen-rust-grpc/bazel-bin/src:$PATH"
101+
export PATH="$PWD/protoc-gen-rust-grpc/bazel-bin/src:$HOME/code/install/bin:$PATH"
102102
103103
${config.pre-commit.installationScript}
104104
'';

0 commit comments

Comments
 (0)