summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-12-06 16:18:12 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-12-06 16:18:25 +0100
commit43823cc8d8acf1a722d176af71e1eda4b93c2c61 (patch)
treefcc5a8302cc8140868e2664366766a09450debe0 /shell.nix
parente72bcd96663f67c0bf4378cd9bbc47d6358aae8f (diff)
Revert "Remove protoc"
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 9b42cc1..e659c40 100644
--- a/shell.nix
+++ b/shell.nix
@@ -28,4 +28,5 @@ in
pkgs.mkShell rec {
buildInputs = env ++ dependencies;
LIBCLANG_PATH = "${pkgs.llvmPackages.libclang}/lib";
+ PROTOC = "${pkgs.protobuf}/bin/protoc";
}