about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--maintainers/docs/create-new-static-env12
1 files changed, 12 insertions, 0 deletions
diff --git a/maintainers/docs/create-new-static-env b/maintainers/docs/create-new-static-env
index eebbb9496e78..32887e3c20b1 100644
--- a/maintainers/docs/create-new-static-env
+++ b/maintainers/docs/create-new-static-env
@@ -17,3 +17,15 @@ have an environment built with Nix (x86-linux: yes, rest: not yet) you should
 set the noSysDirs parameter in all-packages.nix. If there is an environment,
 leave it, but if the system is still impure (like most systems), set noSysDirs
 to false.
+
+  bash
+
+There is an expression for bash-static. Simply build it.
+
+  bzip2
+
+There is an expression for bzip2-static. Simply build it.
+
+  findutils
+
+There is an expression for findutils-static. Simply build it.