diff options
author | Stefan Kreutz <mail@skreutz.com> | 2025-08-24 00:08:25 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2025-08-24 00:08:25 +0200 |
commit | ba415fa7e7cd8df4266cbb042819869396963320 (patch) | |
tree | 7b23fe97d25673003a59eeca2a3dbd9fe56d1da6 | |
parent | 05d7286d8342299f16550cf29d300e5140f99dc7 (diff) | |
download | brck-ba415fa7e7cd8df4266cbb042819869396963320.tar |
Add tools to Nix shell
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ # nix develop devShell = pkgs.mkShell { - nativeBuildInputs = with pkgs; [ rustc cargo cargo-edit ]; + nativeBuildInputs = with pkgs; [ rustc cargo rustfmt clippy cargo-audit cargo-edit ]; }; } ); |