mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +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…
Add table
Add a link
Reference in a new issue