From dae44dc0667b7872a38ad93c8751f4552f4697b6 Mon Sep 17 00:00:00 2001 From: Matthew Stobbs Date: Wed, 19 Aug 2026 09:01:35 -0500 Subject: [PATCH] remove go definition Signed-off-by: Matthew Stobbs --- demilich/home.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/demilich/home.nix b/demilich/home.nix index c86a9ba..e7f8332 100644 --- a/demilich/home.nix +++ b/demilich/home.nix @@ -166,12 +166,12 @@ }; }; }; - go = { - enable = true; - env = { - GOPRIVATE = [ "git.sprouting.cloud" ]; - }; - }; + # go = { + # enable = true; + # env = { + # GOPRIVATE = [ "git.sprouting.cloud" ]; + # }; + # }; gpg = { enable = true; };