Skip to content

Commit

Permalink
cargo2junit: nixfmt; move to by-name
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-wxt1221 committed Sep 24, 2024
1 parent 9423bdb commit 73b4215
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{ fetchCrate, lib, rustPlatform }:
{
fetchCrate,
lib,
rustPlatform,
}:

rustPlatform.buildRustPackage rec {
pname = "cargo2junit";
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15694,8 +15694,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;
};
Expand Down

0 comments on commit 73b4215

Please sign in to comment.