cargo-flamegraph: Move to by-name

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2025-05-07 07:55:13 +02:00
parent d7bb93c20b
commit 180e1c3570
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -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;
};