From 64f17609449c687abdf680d0ca7649ed28f6e99f Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sun, 23 Jul 2023 18:47:02 +0200 Subject: [PATCH] flake: add cargo-machete to machete the unused crates in our Cargo.toml Useful for the previous split up. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index cf8b3ee..d8bc21f 100644 --- a/flake.nix +++ b/flake.nix @@ -254,6 +254,7 @@ pkgs.nixpkgs-fmt pkgs.statix pkgs.cargo-release + pkgs.cargo-machete ]; inputsFrom = [