do not use unwarranted pkgs in example

This commit is contained in:
Valentin Gagarin 2022-08-24 08:48:34 +02:00
parent 71e9c28694
commit f35b3aa47b

View file

@ -403,7 +403,7 @@ This is an incomplete overview of language features, by example.
<tr>
<td>
`with pkgs.lib; head [ 1 2 3 ]`
`with builtins; head [ 1 2 3 ]`
</td>
<td>