diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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." ''; }; |
