Loading pkgs/development/tools/rust/cargo-nextest/default.nix +2 −1 Original line number Diff line number Diff line { lib, rustPlatform, fetchFromGitHub }: { lib, rustPlatform, fetchFromGitHub, nix-update-script }: rustPlatform.buildRustPackage rec { pname = "cargo-nextest"; Loading @@ -16,6 +16,7 @@ rustPlatform.buildRustPackage rec { cargoBuildFlags = [ "-p" "cargo-nextest" ]; cargoTestFlags = [ "-p" "cargo-nextest" ]; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "Next-generation test runner for Rust projects"; Loading Loading
pkgs/development/tools/rust/cargo-nextest/default.nix +2 −1 Original line number Diff line number Diff line { lib, rustPlatform, fetchFromGitHub }: { lib, rustPlatform, fetchFromGitHub, nix-update-script }: rustPlatform.buildRustPackage rec { pname = "cargo-nextest"; Loading @@ -16,6 +16,7 @@ rustPlatform.buildRustPackage rec { cargoBuildFlags = [ "-p" "cargo-nextest" ]; cargoTestFlags = [ "-p" "cargo-nextest" ]; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "Next-generation test runner for Rust projects"; Loading