aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 5d584e2..a3db55e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -84,6 +84,8 @@
shellHook = ''
${self.checks.${system}.pre-commit-check.shellHook}
+ export GOTOOLCHAIN=local
+ export GOPRIVATE=go.fcuny.net/*
'';
};
@@ -91,6 +93,8 @@
buildInputs = [ ] ++ ciPackages;
CI = true;
shellHook = ''
+ export GOTOOLCHAIN=local
+ export GOPRIVATE=go.fcuny.net/*
echo "Entering CI shell. Only essential CI tools available."
'';
};