reduce Home-Manager configuration size when no GUI is requested #556

Merged
jalil merged 3 commits from push-luzuyxqwqolo into main 2025-07-01 19:56:22 +02:00
Showing only changes of commit ccbb59aafb - Show all commits

View file

@ -209,8 +209,6 @@ in
options.extraPackages = mkExtraPackagesOption "Rust" [ options.extraPackages = mkExtraPackagesOption "Rust" [
[ "cargo-insta" ] # snapshot testing [ "cargo-insta" ] # snapshot testing
[ "cargo-nextest" ] # better testing harness [ "cargo-nextest" ] # better testing harness
[ "cargo-udeps" ] # check for unused dependencies (requires nightly)
[ "cargo-watch" ] # watch for file changes and run commands
]; ];
}; };
}; };