about summary refs log tree commit diff
path: root/users/grfn
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2023-02-27T15·14-0500
committerclbot <clbot@tvl.fyi>2023-02-27T15·16+0000
commitffe77cbc9c0bb30743a85e826374dfda0a21343d (patch)
tree3e6c8bfa0d27a2950c1a4feb62e5c52332417235 /users/grfn
parentc54c869778d08b863b004c372f6951ee5d1a6fbd (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/grfn')
-rw-r--r--users/grfn/system/home/modules/development/rust.nix2
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 95a9ad1a91..153f99c8ee 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 = {