Unverified Commit 180e1c35 authored by Matthias Beyer's avatar Matthias Beyer
Browse files

cargo-flamegraph: Move to by-name

parent d7bb93c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6069,7 +6069,7 @@ with pkgs;
    );
  buildRustCrateHelpers = callPackage ../build-support/rust/build-rust-crate/helpers.nix { };
  cargo-flamegraph = callPackage ../development/tools/rust/cargo-flamegraph {
  cargo-flamegraph = callPackage ../by-name/ca/cargo-flamegraph/package.nix {
    inherit (linuxPackages) perf;
  };