diff options
author | Stefan Kreutz <mail@skreutz.com> | 2025-10-14 01:48:18 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2025-10-14 01:48:18 +0200 |
commit | 341ef2e7fac4ae33c046e82832a34b8e4aa98c48 (patch) | |
tree | 831c605ab264562a65ca393a08f87d67015e8240 | |
parent | 402b3341f383dc04391ed298358e6ed337f3ec91 (diff) | |
download | brck-341ef2e7fac4ae33c046e82832a34b8e4aa98c48.tar |
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ]; }; } ); |