summaryrefslogtreecommitdiffstats
path: root/shells/perf/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shells/perf/shell.nix')
-rw-r--r--shells/perf/shell.nix3
1 files changed, 2 insertions, 1 deletions
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
];
}