diff --git a/modules/hm/options.nix b/modules/hm/options.nix index e274f52..811384a 100644 --- a/modules/hm/options.nix +++ b/modules/hm/options.nix @@ -209,8 +209,6 @@ in options.extraPackages = mkExtraPackagesOption "Rust" [ [ "cargo-insta" ] # snapshot testing [ "cargo-nextest" ] # better testing harness - [ "cargo-udeps" ] # check for unused dependencies (requires nightly) - [ "cargo-watch" ] # watch for file changes and run commands ]; }; };