summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2025-10-14 01:48:26 +0200
committerStefan Kreutz <mail@skreutz.com>2025-10-14 01:48:26 +0200
commit72adb07dfb311039d4a5f572996a922a48cac999 (patch)
tree766b36ed2584462724bfd8facef80ad707c23fd7
parent65c5eb2e2f0ac6f2d9f60d98a093a03a6da5a848 (diff)
downloadwpa-psk-main.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 80681a1..6fc1695 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.