diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-08-16T21·59+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-08-16T21·59+0000 |
commit | 22ba63df162d3ac980f5c33210929177e0a3dfe0 (patch) | |
tree | a54054e9105312ac6442fcf72aa94a82fa0d23e7 /src/nix-instantiate/help.txt | |
parent | 18e4ac0fc6bd1bc01d92d011e4629cacc3bec016 (diff) |
* More XML output. `--strict' to strictly evaluate attribute sets and
so on. * Removed `--print-args', it's subsumed by `--eval-only --xml'.
Diffstat (limited to 'src/nix-instantiate/help.txt')
-rw-r--r-- | src/nix-instantiate/help.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/nix-instantiate/help.txt b/src/nix-instantiate/help.txt index 18b1d8bd0d99..fa0a4590ee92 100644 --- a/src/nix-instantiate/help.txt +++ b/src/nix-instantiate/help.txt @@ -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 |