From bdf614ec3df400c7682f4ca4ec9a488ab7b3691f Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Tue, 14 Jun 2022 10:15:11 -0400 Subject: feat(grfn/home): Install some new rust utilities Change-Id: I9e210a86a037c58aa832b25203b5ac8c27306aa3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5933 Tested-by: BuildkiteCI Reviewed-by: grfn Autosubmit: grfn --- users/grfn/system/home/modules/development/rust.nix | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'users/grfn/system/home/modules/development') diff --git a/users/grfn/system/home/modules/development/rust.nix b/users/grfn/system/home/modules/development/rust.nix index 4ae5bc3bcc..95a9ad1a91 100644 --- a/users/grfn/system/home/modules/development/rust.nix +++ b/users/grfn/system/home/modules/development/rust.nix @@ -1,18 +1,28 @@ { config, lib, pkgs, ... }: - +let + inherit (config.lib) depot; +in { + home.packages = with pkgs; [ rustup rust-analyzer cargo-edit cargo-expand - cargo-flamegraph cargo-rr cargo-udeps cargo-bloat sccache evcxr + + depot.users.grfn.pkgs.cargo-hakari + depot.users.grfn.pkgs.cargo-nextest + + # benchmarking+profiling + cargo-criterion + cargo-flamegraph + coz ]; programs.zsh.shellAliases = { -- cgit 1.4.1