From 8eabf8e0f1573018701b37057fe663c11e846ab8 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Wed, 18 Mar 2026 14:16:18 +0500 Subject: [PATCH] fix: set up GOPROXY env in personal and work laptops --- home/dogar/blueocean.nix | 2 +- home/shahab/rihla.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home/dogar/blueocean.nix b/home/dogar/blueocean.nix index 3d7ccb1..31920b2 100644 --- a/home/dogar/blueocean.nix +++ b/home/dogar/blueocean.nix @@ -35,7 +35,7 @@ sessionVariables = { EDITOR = "nvim"; NIXOS_OZONE_WL = "1"; - GO_PROXY="https://go.dogar.dev"; + GOPROXY="https://go.dogar.dev,direct"; }; file.".npmrc".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/git/nix-config/dotfiles/npm/.npmrc"; diff --git a/home/shahab/rihla.nix b/home/shahab/rihla.nix index 1cfd3b8..31920b2 100644 --- a/home/shahab/rihla.nix +++ b/home/shahab/rihla.nix @@ -35,6 +35,7 @@ sessionVariables = { EDITOR = "nvim"; NIXOS_OZONE_WL = "1"; + GOPROXY="https://go.dogar.dev,direct"; }; file.".npmrc".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/git/nix-config/dotfiles/npm/.npmrc";