mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
cargo-flamegraph: Move to by-name
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
d7bb93c20b
commit
180e1c3570
2 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue