diff options
author | Griffin Smith <grfn@gws.fyi> | 2021-09-02T15·52-0400 |
---|---|---|
committer | grfn <grfn@gws.fyi> | 2021-09-02T17·05+0000 |
commit | 4f1062f0d92514358e35e1f028a4487b0c8f0b2e (patch) | |
tree | d8862663c7a19e19a7070ac58eacd7bdf9f2d40e /users | |
parent | 56d2b08955eb7d1b6448caaf8178ca1f587a947e (diff) |
feat(gs/system): Install cargo-udeps r/2819
Change-Id: I30b956cfbeb0b8f8553c8ee41c4979d4ec0c363b Reviewed-on: https://cl.tvl.fyi/c/depot/+/3488 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-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 40a12e7faa34..1df07bf3cb3b 100644 --- a/users/grfn/system/home/modules/development/rust.nix +++ b/users/grfn/system/home/modules/development/rust.nix @@ -9,6 +9,7 @@ cargo-expand cargo-flamegraph cargo-rr + cargo-udeps sccache evcxr ]; |