2003-12-01 15:55:05 +00:00
|
|
|
nix-instantiate [OPTIONS...] [FILES...]
|
|
|
|
|
|
|
|
`nix-instantiate' turns Nix expressions into store expressions.
|
|
|
|
|
|
|
|
The argument `-' may be specified to read a Nix expression from
|
|
|
|
standard input.
|
|
|
|
|
|
|
|
Options:
|
|
|
|
|
|
|
|
--version: output version information
|
|
|
|
--help: display help
|
|
|
|
|
|
|
|
--verbose / -v: verbose operation (may be repeated)
|
2004-11-12 23:22:08 +00:00
|
|
|
|
|
|
|
--eval-only: evaluate and print resulting term; do not instantiate
|
|
|
|
--parse-only: parse and print abstract syntax tree
|