mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
do not use unwarranted pkgs in example
This commit is contained in:
parent
71e9c28694
commit
f35b3aa47b
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ This is an incomplete overview of language features, by example.
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
|
|
||||||
`with pkgs.lib; head [ 1 2 3 ]`
|
`with builtins; head [ 1 2 3 ]`
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue