use rustup

This commit is contained in:
xunuwu 2024-12-11 14:51:17 +01:00
parent e04adc3ce5
commit 26912c792c
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -1,8 +1,5 @@
{pkgs, ...}: { {pkgs, ...}: {
home.packages = with pkgs; [ home.packages = with pkgs; [
cargo rustup
rust-analyzer
rustc
rustfmt
]; ];
} }