about summary refs log tree commit diff
path: root/src/nix-store/nix-help.txt
blob: d7f977025440c2c9f31f72aca8989d9c3a8bb495 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
nix-store [OPTIONS...] [ARGUMENTS...]

`nix-store' is a tool to manipulate the Nix store.

Operations:

  --realise / -r: realise a Nix expression
  --delete / -d: delete paths from the Nix store
  --add / -A: copy a path to the Nix store
  --query / -q: query information

  --successor: register a successor expression
  --substitute: register a substitute expression

  --dump: dump a path as a Nix archive
  --restore: restore a path from a Nix archive

  --init: initialise the Nix database
  --verify: verify Nix structures

  --version: output version information
  --help: display help

Query flags:

  --list / -l: query the output paths (roots) of a Nix expression (default)
  --requisites / -R: print all paths necessary to realise expression
  --predecessors: print predecessors of a Nix expression
  --graph: print a dot graph rooted at given ids

Options:

  --verbose / -v: verbose operation (may be repeated)
  --keep-failed / -K: keep temporary directories of failed builds