diff options
author | Stefan Kreutz <mail@skreutz.com> | 2025-10-14 01:48:24 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2025-10-14 01:48:24 +0200 |
commit | 2532728f8c154900f8bd910888cd91d2589ff866 (patch) | |
tree | 22dad2053ccd8891216a6be4c09f554770fc2bb9 | |
parent | 85948e10af3889f803fb00cb42f5be927023c2fe (diff) | |
download | parseq-2532728f8c154900f8bd910888cd91d2589ff866.tar |
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ]; }; } ); |