diff options
author | Griffin Smith <grfn@gws.fyi> | 2021-04-12T15·07-0400 |
---|---|---|
committer | grfn <grfn@gws.fyi> | 2021-04-12T15·17+0000 |
commit | e358087611f6e2b9c86625fcb9a7a3c2636e07fe (patch) | |
tree | 8abc39248f9812ffd5581bd1e37cde7e83330332 /users/grfn/system/home/modules/development | |
parent | 6266c5d32f9ff651fcfc3a4cc0c68e89da56ca65 (diff) |
feat(grfn/home): Install cargo-flamegraph r/2486
Change-Id: I5102abfe8c0d486e22d8dc1c744bf542753cc870 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2941 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users/grfn/system/home/modules/development')
-rw-r--r-- | users/grfn/system/home/modules/development/rust.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/grfn/system/home/modules/development/rust.nix b/users/grfn/system/home/modules/development/rust.nix index 4deb83465289..7580b2c7b977 100644 --- a/users/grfn/system/home/modules/development/rust.nix +++ b/users/grfn/system/home/modules/development/rust.nix @@ -7,6 +7,7 @@ rust-analyzer cargo-edit cargo-expand + cargo-flamegraph sccache ]; |