diff options
| author | Franck Cuny <fcuny@roblox.com> | 2025-08-18 14:16:01 -0700 |
|---|---|---|
| committer | Franck Cuny <fcuny@roblox.com> | 2025-08-18 14:16:01 -0700 |
| commit | 69a06ebb1ba39ba956bf1bb11c8dc359d0426f27 (patch) | |
| tree | c8e2e74abd2ca66b83f41ece71eb060783d9c654 /flake.nix | |
| parent | small cleanup (diff) | |
| download | x-69a06ebb1ba39ba956bf1bb11c8dc359d0426f27.tar.gz | |
set some environment variables in the dev shells
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." ''; }; |
