cargo2junit: nixfmt; move to by-name

This commit is contained in:
wxt
2024-09-25 10:43:16 +02:00
committed by Alyssa Ross
parent b3592680f3
commit d53f42a522
2 changed files with 5 additions and 3 deletions
@@ -1,4 +1,8 @@
{ fetchCrate, lib, rustPlatform }:
{
fetchCrate,
lib,
rustPlatform,
}:
rustPlatform.buildRustPackage rec {
pname = "cargo2junit";
-2
View File
@@ -15696,8 +15696,6 @@ with pkgs;
);
buildRustCrateHelpers = callPackage ../build-support/rust/build-rust-crate/helpers.nix { };
cargo2junit = callPackage ../development/tools/rust/cargo2junit { };
cargo-web = callPackage ../development/tools/rust/cargo-web {
inherit (darwin.apple_sdk.frameworks) CoreServices Security;
};