Skip to content

Commit 6d94459

Browse files
committed
refactor: delegate Rust toolchain management to rustup
Replace nixpkgs-provided cargo and rust-analyzer with rustup, allowing rustup to manage the complete Rust toolchain outside of Nix control.
1 parent b269f65 commit 6d94459

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

users/refnode/default.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@
120120
unstable.sqlite
121121
unstable.mob
122122
pkgs.garden
123-
unstable.cargo
124-
unstable.rust-analyzer
123+
unstable.rustup
125124
unstable.talosctl
126125
unstable.cilium-cli
127126
unstable.jujutsu

0 commit comments

Comments
 (0)