1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-18 07:08:27 +02:00

allowedRequisites: Drop stdenv mention

I don't think it's a good idea to use allowedRequisites for stdenv, so
don't mention it here.
This commit is contained in:
Eelco Dolstra 2014-08-28 18:26:01 +02:00
parent b5da80e627
commit 9eddf6f0b6
2 changed files with 3 additions and 8 deletions

View file

@ -18,10 +18,8 @@
<varname>allowedReferences</varname>. But instead of only enforcing
to explicitly specify the immediate references, it requires the
derivation to specify all the dependencies recursively (hence the
name, requisites) that are used by the resulting output. This is
used in NixOS when rebuilding the stdenv on Linux to ensure that the
resulting stdenv doesn't have any surprising dependency, e.g. on
bootstrapTools.</para></listitem>
name, requisites) that are used by the resulting
output.</para></listitem>
</itemizedlist>