diff options
author | Griffin Smith <root@gws.fyi> | 2023-02-27T15·14-0500 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-02-27T15·16+0000 |
commit | ffe77cbc9c0bb30743a85e826374dfda0a21343d (patch) | |
tree | 3e6c8bfa0d27a2950c1a4feb62e5c52332417235 /users | |
parent | c54c869778d08b863b004c372f6951ee5d1a6fbd (diff) |
feat(grfn/system): Install some rust profiling tools r/5860
Change-Id: I0d68c0c20b29ecd48b7c63c5a5498ccb7cc685fd Reviewed-on: https://cl.tvl.fyi/c/depot/+/8162 Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-rw-r--r-- | users/grfn/system/home/modules/development/rust.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/grfn/system/home/modules/development/rust.nix b/users/grfn/system/home/modules/development/rust.nix index 95a9ad1a914d..153f99c8eec1 100644 --- a/users/grfn/system/home/modules/development/rust.nix +++ b/users/grfn/system/home/modules/development/rust.nix @@ -23,6 +23,8 @@ in cargo-criterion cargo-flamegraph coz + inferno + hotspot ]; programs.zsh.shellAliases = { |