summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzedddie <rust@zedddie.rs>2026-03-25 12:54:51 +0100
committertuturuu <zedddiezxc@gmail.com>2026-03-25 12:55:38 +0100
commita1be70b9cce00010f4c7a50852b8d67b5205a4d6 (patch)
tree75e67a5550d9e93d5afe11dab3fcf66a40a01b5f
parentb9399611816303da5a06dcfb30a6ab51f70ed4c1 (diff)
add protobuf to devshell
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 90abf9c..32d5766 100644
--- a/flake.nix
+++ b/flake.nix
@@ -23,6 +23,7 @@
git
pkg-config
openssl
+ protobuf
];
shellHook = "exec fish";
};