install rust
This commit is contained in:
@@ -59,6 +59,7 @@ in {
|
|||||||
|
|
||||||
# Communication
|
# Communication
|
||||||
"signal"
|
"signal"
|
||||||
|
"thunderbird"
|
||||||
|
|
||||||
# Gaming
|
# Gaming
|
||||||
"steam"
|
"steam"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user