forked from mirrors/nixpkgs
Merge pull request #63351 from Ekleog/fix-2532
docs: document that nix will not support derivations in meta
This commit is contained in:
commit
9587693abb
|
@ -272,11 +272,9 @@ meta.platforms = stdenv.lib.platforms.linux;
|
||||||
<para>
|
<para>
|
||||||
This attribute is special in that it is not actually under the
|
This attribute is special in that it is not actually under the
|
||||||
<literal>meta</literal> attribute set but rather under the
|
<literal>meta</literal> attribute set but rather under the
|
||||||
<literal>passthru</literal> attribute set. This is due to a current
|
<literal>passthru</literal> attribute set. This is due to how
|
||||||
limitation of Nix, and will change as soon as Nixpkgs will be able to
|
<literal>meta</literal> attributes work, and the fact that they
|
||||||
depend on a new enough version of Nix. See
|
are supposed to contain only metadata, not derivations.
|
||||||
<link xlink:href="https://github.com/NixOS/nix/issues/2532">the relevant
|
|
||||||
issue</link> for more details.
|
|
||||||
</para>
|
</para>
|
||||||
</warning>
|
</warning>
|
||||||
<para>
|
<para>
|
||||||
|
|
Loading…
Reference in a new issue