about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-02-14 09:53:03 +0000
committerAlyssa Ross <hi@alyssa.is>2023-02-14 09:53:03 +0000
commit200610b849c0aeb174a63e7526b7376aa8a339bf (patch)
treef57988f969df0344ef355473653daf0939a0d402 /doc
parentfa169bb239d7b2d860af851573569182ee5e0127 (diff)
parent46cc80cc78abdacca55f036a4f0341b96d660255 (diff)
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/libraries/gtest/default.nix
	pkgs/development/libraries/hidapi/default.nix
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/beam.section.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/languages-frameworks/beam.section.md b/doc/languages-frameworks/beam.section.md
index 6b3a369c291ff..707da43e9dd73 100644
--- a/doc/languages-frameworks/beam.section.md
+++ b/doc/languages-frameworks/beam.section.md
@@ -171,6 +171,7 @@ let
     inherit src version;
     # nix will complain and tell you the right value to replace this with
     hash = lib.fakeHash;
+    mixEnv = ""; # default is "prod", when empty includes all dependencies, such as "dev", "test".
     # if you have build time environment variables add them here
     MY_ENV_VAR="my_value";
   };