forked from lix-project/lix
Remove outdated reference to y
in nix-instantiate
man page
This commit is contained in:
parent
c58da62a06
commit
2d96c7a51f
|
@ -179,12 +179,7 @@ $ nix-instantiate --eval --xml --expr '{ x = {}; }'
|
|||
</attr>
|
||||
</attrs>
|
||||
</expr>
|
||||
```
|
||||
|
||||
Note that `y` is left unevaluated (the XML representation doesn’t
|
||||
attempt to show non-normal forms).
|
||||
|
||||
```console
|
||||
$ nix-instantiate --eval --xml --strict --expr '{ x = {}; }'
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<expr>
|
||||
|
|
Loading…
Reference in a new issue