about summary refs log tree commit diff
path: root/src/nix-instantiate/help.txt
blob: 5b9d82aa993e5585f2f22bc6aeb0cdeffa0d4394 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
nix-instantiate [OPTIONS...] [FILES...]

`nix-instantiate' turns Nix expressions into store derivations. 

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)

  --eval-only: evaluate and print resulting term; do not instantiate
  --parse-only: parse and print abstract syntax tree

  --add-root: add garbage collector roots for the result