From 4ac0343fc115a64bbd7bfd9c1ef538c9685e6d93 Mon Sep 17 00:00:00 2001 From: raikusy Date: Sat, 30 Nov 2024 22:18:33 +0600 Subject: [PATCH] fix rust pkgs and envs --- home.nix | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/home.nix b/home.nix index d20c0f7..7cfb4ed 100644 --- a/home.nix +++ b/home.nix @@ -55,12 +55,12 @@ # Package Managers volta # JavaScript tool manager - cargo # Rust package manager cargo-update # Update Rust packages # Programming Languages & Runtimes + rustup # Rust toolchain installer rustc # Rust compiler - rustfmt # Rust formatter + rustlings # Rust learning exercises bun # All-in-one JavaScript runtime & toolkit deno # JavaScript/TypeScript runtime @@ -145,17 +145,10 @@ HOMEBREW_NO_ANALYTICS = "1"; COLORTERM = "truecolor"; TERM = "xterm-256color"; - DOCKER_DEFAULT_PLATFORM = "linux/arm64"; RUST_TARGET = "aarch64-apple-darwin"; - GOARCH = "arm64"; - GOOS = "darwin"; CARGO_NET_GIT_FETCH_WITH_CLI = "true"; - RUSTC_WRAPPER = "sccache"; HYPERFINE_MIN_RUNS = "10"; WATCHMAN_CONFIG_FILE = "${config.xdg.configHome}/watchman/config.json"; - KUBECONFIG = "${config.xdg.configHome}/kube/config"; - GOPATH = "${config.home.homeDirectory}/go"; - POETRY_HOME = "${config.home.homeDirectory}/.poetry"; CARGO_HOME = "${config.home.homeDirectory}/.cargo"; };