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