summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2025-08-24 00:08:25 +0200
committerStefan Kreutz <mail@skreutz.com>2025-08-24 00:08:25 +0200
commitba415fa7e7cd8df4266cbb042819869396963320 (patch)
tree7b23fe97d25673003a59eeca2a3dbd9fe56d1da6
parent05d7286d8342299f16550cf29d300e5140f99dc7 (diff)
downloadbrck-ba415fa7e7cd8df4266cbb042819869396963320.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 ac1946a..143aa96 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.