diff options
| author | Stefan Kreutz <mail@skreutz.com> | 2025-08-24 00:12:43 +0200 |
|---|---|---|
| committer | Stefan Kreutz <mail@skreutz.com> | 2025-08-24 00:12:43 +0200 |
| commit | 2f7886cf125296ee78a88859315f0dfd1072621a (patch) | |
| tree | 5ffb76d1d550d1197c8a2592694b69df684f4488 | |
| parent | 31c5f72ec87414010d2f0067257f13b843b14e1d (diff) | |
| download | wpa-psk-2f7886cf125296ee78a88859315f0dfd1072621a.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 ]; }; } ); |