install rust
This commit is contained in:
@@ -59,6 +59,7 @@ in {
|
||||
|
||||
# Communication
|
||||
"signal"
|
||||
"thunderbird"
|
||||
|
||||
# Gaming
|
||||
"steam"
|
||||
|
||||
@@ -62,7 +62,6 @@
|
||||
# Languages and Runtimes
|
||||
nodejs_22 # Node.js LTS (replaces NVM)
|
||||
deno # JavaScript/TypeScript runtime
|
||||
rustup # Rust toolchain manager
|
||||
python313 # Python 3.13
|
||||
# pyenv is configured in shell.nix
|
||||
uv # Fast Python package installer
|
||||
|
||||
@@ -281,6 +281,7 @@
|
||||
${pkgs.mise}/bin/mise use --global bun@latest
|
||||
${pkgs.mise}/bin/mise use --global deno@latest
|
||||
${pkgs.mise}/bin/mise use --global uv@latest
|
||||
${pkgs.mise}/bin/mise use --global rust@latest
|
||||
'';
|
||||
|
||||
programs.nushell = {
|
||||
|
||||
Reference in New Issue
Block a user