summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2025-10-14 01:48:18 +0200
committerStefan Kreutz <mail@skreutz.com>2025-10-14 01:48:18 +0200
commit341ef2e7fac4ae33c046e82832a34b8e4aa98c48 (patch)
tree831c605ab264562a65ca393a08f87d67015e8240
parent402b3341f383dc04391ed298358e6ed337f3ec91 (diff)
downloadbrck-341ef2e7fac4ae33c046e82832a34b8e4aa98c48.tar
Add rust-analyzer to Nix shellHEADmain
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 254f56d..e538607 100644
--- a/flake.nix
+++ b/flake.nix
@@ -34,7 +34,7 @@
# nix develop
devShells.default = pkgs.mkShell {
- nativeBuildInputs = with pkgs; [ rustc cargo rustfmt clippy cargo-audit cargo-edit ];
+ nativeBuildInputs = with pkgs; [ rustc cargo rustfmt clippy cargo-audit cargo-edit rust-analyzer ];
};
}
);
Generated by cgit. See skreutz.com for my tech blog and contact information.