about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-04-14 20:49:29 +0000
committerGitHub <noreply@github.com>2024-04-14 20:49:29 +0000
commitb7dcef0598c20de300ef6625ebafb454ec634ec6 (patch)
treec1b3a0bc1f3d084f8e65a0ec691a934461b5feb6 /doc
parent30823f3ea715a2256f39f7ef8b2f77c9359680f5 (diff)
parent3f9dfce316689cc96c48be5b28ee7d5eb1381e8c (diff)
downloadnixlib-b7dcef0598c20de300ef6625ebafb454ec634ec6.tar
nixlib-b7dcef0598c20de300ef6625ebafb454ec634ec6.tar.gz
nixlib-b7dcef0598c20de300ef6625ebafb454ec634ec6.tar.bz2
nixlib-b7dcef0598c20de300ef6625ebafb454ec634ec6.tar.lz
nixlib-b7dcef0598c20de300ef6625ebafb454ec634ec6.tar.xz
nixlib-b7dcef0598c20de300ef6625ebafb454ec634ec6.tar.zst
nixlib-b7dcef0598c20de300ef6625ebafb454ec634ec6.zip
Merge master into staging-next
Diffstat (limited to 'doc')
-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: