summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.