diff options
Diffstat (limited to '')
| -rw-r--r-- | shells/perf/shell.nix | 3 |
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 ]; } |
