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:
parent
18e4ac0fc6
commit
22ba63df16
2 changed files with 91 additions and 46 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue