diff --git a/maintainers/docs/create-new-static-env b/maintainers/docs/create-new-static-env index eebbb9496e7..32887e3c20b 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.