2003-12-01 17:55:05 +02:00
|
|
|
nix-instantiate [OPTIONS...] [FILES...]
|
|
|
|
|
2005-02-01 14:36:25 +02:00
|
|
|
`nix-instantiate' turns Nix expressions into store derivations.
|
2003-12-01 17:55:05 +02:00
|
|
|
|
|
|
|
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-13 01:22:08 +02:00
|
|
|
|
|
|
|
--eval-only: evaluate and print resulting term; do not instantiate
|
|
|
|
--parse-only: parse and print abstract syntax tree
|
2005-02-01 14:36:25 +02:00
|
|
|
|
|
|
|
--add-root: add garbage collector roots for the result
|