mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Fix variable name typo in derivations doc
This commit is contained in:
parent
a7e55151a8
commit
86ea7d1566
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ outputs = [ "lib" "headers" "doc" ];
|
|||
<programlisting>
|
||||
buildInputs = [ pkg.lib pkg.headers ];
|
||||
</programlisting>
|
||||
The first element of <varname>output</varname> determines the
|
||||
The first element of <varname>outputs</varname> determines the
|
||||
<emphasis>default output</emphasis>. Thus, you could also write
|
||||
<programlisting>
|
||||
buildInputs = [ pkg pkg.headers ];
|
||||
|
|
Loading…
Reference in a new issue