1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-09 02:21:02 +01:00

* More XML output. `--strict' to strictly evaluate attribute sets and

so on.
* Removed `--print-args', it's subsumed by `--eval-only --xml'.
This commit is contained in:
Eelco Dolstra 2006-08-16 21:59:53 +00:00
parent 18e4ac0fc6
commit 22ba63df16
2 changed files with 91 additions and 46 deletions

View file

@ -18,3 +18,12 @@ Options:
--attr / -A PATH: select an attribute from the top-level expression
--add-root: add garbage collector roots for the result
For --eval-only / --parse-only:
--xml: print an XML representation of the abstract syntax tree
For --eval-only:
--strict: compute attributes and list elements, rather than being
lazy