summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2025-08-24 00:12:43 +0200
committerStefan Kreutz <mail@skreutz.com>2025-08-24 00:12:43 +0200
commit2f7886cf125296ee78a88859315f0dfd1072621a (patch)
tree5ffb76d1d550d1197c8a2592694b69df684f4488
parent31c5f72ec87414010d2f0067257f13b843b14e1d (diff)
downloadwpa-psk-2f7886cf125296ee78a88859315f0dfd1072621a.tar
Add tools to Nix shell
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index b848bd2..3248191 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 ];
};
}
);
Generated by cgit. See skreutz.com for my tech blog and contact information.