summaryrefslogtreecommitdiffstats
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authorYongun Seong <nevivurn@nevi.dev>2024-04-06 02:29:45 +0900
committerYongun Seong <nevivurn@nevi.dev>2024-04-14 14:27:44 +0900
commit3e28bdc6786cb4192f2a04248cf65c49bc43bcd0 (patch)
treede9b1f6e9d3d9ae3257fb7fcbac6f88ef503b9eb /doc/languages-frameworks
parent51af9f69ac6c3ee6f1950d6f4abcc922aa46b2f2 (diff)
buildGoModule: inherit env from main package to goModule derivation
Diffstat (limited to 'doc/languages-frameworks')
-rw-r--r--doc/languages-frameworks/go.section.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/languages-frameworks/go.section.md b/doc/languages-frameworks/go.section.md
index 6db0e73505d2..2f4cb0326a8a 100644
--- a/doc/languages-frameworks/go.section.md
+++ b/doc/languages-frameworks/go.section.md
@@ -142,6 +142,7 @@ Many attributes [controlling the build phase](#variables-controlling-the-build-p
- [`patchFlags`](#var-stdenv-patchFlags)
- [`postPatch`](#var-stdenv-postPatch)
- [`preBuild`](#var-stdenv-preBuild)
+- `env`: useful for passing down variables such as `GOWORK`.
To control test execution of the build derivation, the following attributes are of interest: