diff options
author | Griffin Smith <grfn@gws.fyi> | 2021-08-07T18·07-0400 |
---|---|---|
committer | grfn <grfn@gws.fyi> | 2021-08-09T19·58+0000 |
commit | b43366ed5021ad67139953fba88d4aa8be5875c6 (patch) | |
tree | 074f71fcb45ae515b9a64d3b2f720314b085f560 /users/grfn | |
parent | 387425744d2a9f622969841d9ae7c96d2793b4d0 (diff) |
feat(gs/home): Install cargo-rr r/2715
Change-Id: If32e485f7ee8f4ae1e4b68be33aa1261c5cf2dbd Reviewed-on: https://cl.tvl.fyi/c/depot/+/3290 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users/grfn')
-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 6a0553c02535..40a12e7faa34 100644 --- a/users/grfn/system/home/modules/development/rust.nix +++ b/users/grfn/system/home/modules/development/rust.nix @@ -8,6 +8,7 @@ cargo-edit cargo-expand cargo-flamegraph + cargo-rr sccache evcxr ]; |