1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

Delete the stdenv section

It's outdated and better covered in the Nixpkgs manual.
This commit is contained in:
Eelco Dolstra 2014-12-14 01:39:32 +01:00
parent 6466d56f42
commit 68b4717873
7 changed files with 21 additions and 105 deletions

View file

@ -71,7 +71,7 @@ genericBuild <co xml:id='ex-hello-builder2-co-3' /></programlisting>
generic builder is smart enough to figure out whether to unpack
the sources using <command>gzip</command>,
<command>bzip2</command>, etc. It can be customised in many ways;
see <xref linkend='sec-standard-environment' />.</para>
see the Nixpkgs manual for details.</para>
</callout>
@ -95,4 +95,4 @@ In fact, <varname>mkDerivation</varname> provides a default builder
that looks exactly like that, so it is actually possible to omit the
builder for Hello entirely.</para>
</section>
</section>