summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2025-10-14 01:48:24 +0200
committerStefan Kreutz <mail@skreutz.com>2025-10-14 01:48:24 +0200
commit2532728f8c154900f8bd910888cd91d2589ff866 (patch)
tree22dad2053ccd8891216a6be4c09f554770fc2bb9
parent85948e10af3889f803fb00cb42f5be927023c2fe (diff)
downloadparseq-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 fd143ba..43a2072 100644
--- a/flake.nix
+++ b/flake.nix
@@ -17,7 +17,7 @@
in {
# 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.