cargo-mutants: add nix-update-script

This commit is contained in:
Petr Portnov
2025-12-04 18:31:06 +03:00
parent 6d800119e0
commit ed0ce64702
@@ -2,6 +2,7 @@
lib,
rustPlatform,
fetchFromGitHub,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -20,6 +21,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
# too many tests require internet access
doCheck = false;
passthru.updateScript = nix-update-script { };
meta = {
description = "Mutation testing tool for Rust";
mainProgram = "cargo-mutants";