mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
Remove outdated reference to y
in nix-instantiate
man page
This commit is contained in:
parent
c58da62a06
commit
2d96c7a51f
1 changed files with 0 additions and 5 deletions
|
@ -179,12 +179,7 @@ $ nix-instantiate --eval --xml --expr '{ x = {}; }'
|
||||||
</attr>
|
</attr>
|
||||||
</attrs>
|
</attrs>
|
||||||
</expr>
|
</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 = {}; }'
|
$ nix-instantiate --eval --xml --strict --expr '{ x = {}; }'
|
||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<expr>
|
<expr>
|
||||||
|
|
Loading…
Reference in a new issue