about summary refs log tree commit diff
path: root/users/aspen/system/home
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-08-24T14·44+0300
committerclbot <clbot@tvl.fyi>2024-08-25T21·44+0000
commit248f46e7fcd2b504bd0d4c26168860f2ff57cb4d (patch)
tree2b96cf89369bf97a699c353d832781417cdedfbd /users/aspen/system/home
parent7a85fb4c64e4dd97313d7e71a707c642a6382a71 (diff)
chore(users/aspen): use cargo-* packages from nixpkgs r/8589
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>
Diffstat (limited to 'users/aspen/system/home')
-rw-r--r--users/aspen/system/home/modules/development/rust.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/users/aspen/system/home/modules/development/rust.nix b/users/aspen/system/home/modules/development/rust.nix
index c4b20f231546..3c81e2398010 100644
--- a/users/aspen/system/home/modules/development/rust.nix
+++ b/users/aspen/system/home/modules/development/rust.nix
@@ -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