install rust

This commit is contained in:
Morten Olsen
2025-12-16 22:57:06 +01:00
parent 19cd2a8224
commit 2056d9a46e
3 changed files with 2 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ in {
# Communication # Communication
"signal" "signal"
"thunderbird"
# Gaming # Gaming
"steam" "steam"

View File

@@ -62,7 +62,6 @@
# Languages and Runtimes # Languages and Runtimes
nodejs_22 # Node.js LTS (replaces NVM) nodejs_22 # Node.js LTS (replaces NVM)
deno # JavaScript/TypeScript runtime deno # JavaScript/TypeScript runtime
rustup # Rust toolchain manager
python313 # Python 3.13 python313 # Python 3.13
# pyenv is configured in shell.nix # pyenv is configured in shell.nix
uv # Fast Python package installer uv # Fast Python package installer

View File

@@ -281,6 +281,7 @@
${pkgs.mise}/bin/mise use --global bun@latest ${pkgs.mise}/bin/mise use --global bun@latest
${pkgs.mise}/bin/mise use --global deno@latest ${pkgs.mise}/bin/mise use --global deno@latest
${pkgs.mise}/bin/mise use --global uv@latest ${pkgs.mise}/bin/mise use --global uv@latest
${pkgs.mise}/bin/mise use --global rust@latest
''; '';
programs.nushell = { programs.nushell = {