From eeadc1096d4f122e09109bb10195ee9a8b6e3be6 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 12 Aug 2026 23:46:13 +0200 Subject: {rust,perf}: Move `cargo-flamegraph` to perf shell --- shells/perf/shell.nix | 3 ++- shells/rust/shell.nix | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'shells') diff --git a/shells/perf/shell.nix b/shells/perf/shell.nix index 4bfaeaf..c77f8e7 100644 --- a/shells/perf/shell.nix +++ b/shells/perf/shell.nix @@ -11,12 +11,13 @@ { mkShell, hyperfine, + cargo-flamegraph, }: mkShell { __structuredAttrs = true; packages = [ - # Perf hyperfine + cargo-flamegraph ]; } diff --git a/shells/rust/shell.nix b/shells/rust/shell.nix index e2f748d..4d86381 100644 --- a/shells/rust/shell.nix +++ b/shells/rust/shell.nix @@ -17,7 +17,6 @@ mold, cargo-edit, cargo-expand, - cargo-flamegraph, }: mkShell { __structuredAttrs = true; @@ -32,6 +31,5 @@ mkShell { cargo-edit cargo-expand - cargo-flamegraph ]; } -- cgit v1.3.1