aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-04-23 11:58:34 +0300
committerFlorian Klink <flokli@flokli.de>2024-04-23 11:59:37 +0300
commitb442b0e35ef6b181abff033bbcf810f55e214bff (patch)
treea6073d17ab29e55808ef5d256a88d03e22b9cccb
parent33c2086d9e985059574302b42560e769f14587de (diff)
downloadgarage-b442b0e35ef6b181abff033bbcf810f55e214bff.tar.gz
garage-b442b0e35ef6b181abff033bbcf810f55e214bff.zip
devShells.full: add rust-analyzer
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 06c74220..f8840c5b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -76,6 +76,7 @@
# import the full shell using `nix develop .#full`
full = shellWithPackages (with pkgs; [
rustfmt
+ rust-analyzer
clang
mold
# ---- extra packages for dev tasks ----