mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01: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>
|
||||
</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…
Add table
Add a link
Reference in a new issue