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 <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi>
This commit is contained in:
parent
8300d889c5
commit
bdf614ec3d
3 changed files with 66 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue