summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-12-02 20:32:34 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-12-02 20:44:42 +0100
commit3a3b342a4ae5a90003b6ef9faa65ca7f0a025962 (patch)
tree1dfeb0809df6f090cf1a7ff85c53605778c5e5cb /shell.nix
parent30ed04ec9727562f701cce44db4124bfd361dacf (diff)
Remove protoc
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index e659c40..9b42cc1 100644
--- a/shell.nix
+++ b/shell.nix
@@ -28,5 +28,4 @@ in
pkgs.mkShell rec {
buildInputs = env ++ dependencies;
LIBCLANG_PATH = "${pkgs.llvmPackages.libclang}/lib";
- PROTOC = "${pkgs.protobuf}/bin/protoc";
}