chore(users/aspen): use cargo-* packages from nixpkgs
These started throwing eval warnings due to usage of cargoSha256, and are both available in nixpkgs. Change-Id: Ice636bebc0a839410125bc19b2252158add2b96e Reviewed-on: https://cl.tvl.fyi/c/depot/+/12337 Tested-by: BuildkiteCI Reviewed-by: aspen <root@gws.fyi> Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
parent
7a85fb4c64
commit
248f46e7fc
3 changed files with 4 additions and 58 deletions
|
|
@ -10,16 +10,16 @@ with lib;
|
|||
|
||||
home.packages = with pkgs; [
|
||||
rustup
|
||||
|
||||
cargo-bloat
|
||||
cargo-edit
|
||||
cargo-expand
|
||||
cargo-hakari
|
||||
cargo-nextest
|
||||
cargo-udeps
|
||||
cargo-bloat
|
||||
sccache
|
||||
evcxr
|
||||
|
||||
depot.users.aspen.pkgs.cargo-hakari
|
||||
depot.users.aspen.pkgs.cargo-nextest
|
||||
|
||||
# benchmarking+profiling
|
||||
cargo-criterion
|
||||
cargo-flamegraph
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue