From c03235156c93c674cb880cec70cc508f3f812501 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sun, 25 Aug 2024 17:12:29 +0200 Subject: [PATCH] env vars: set GOPROXY --- home/common/devel.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/common/devel.nix b/home/common/devel.nix index c1d6dfe..28501f8 100644 --- a/home/common/devel.nix +++ b/home/common/devel.nix @@ -23,4 +23,8 @@ tree-sitter zig ]; + + home.sessionVariables = { + GOPROXY = "https://athena.patagia.dev"; + }; }