aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-02-21 23:10:13 +0100
committerAlex Auvolat <alex@adnab.me>2022-03-14 10:53:00 +0100
commitf0d0cd9a20979f59db246e6a545ddc1b7bbb20b3 (patch)
tree434ab758dd73b0ef78a511cef39df53dc580b3f1 /shell.nix
parent55d44715998d01563fe830d1dbc35745bc9427bf (diff)
downloadgarage-f0d0cd9a20979f59db246e6a545ddc1b7bbb20b3.tar.gz
garage-f0d0cd9a20979f59db246e6a545ddc1b7bbb20b3.zip
Remove strum crate dependency; add protobuf nix dependency
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 870a45db..867d7f48 100644
--- a/shell.nix
+++ b/shell.nix
@@ -78,6 +78,7 @@ function refresh_toolchain {
pkgs.clippy
pkgs.rustfmt
pkgs.perl
+ pkgs.protobuf
cargo2nix.packages.x86_64-linux.cargo2nix
] else [])
++