about summary refs log tree commit diff
path: root/src/nix/nix-help.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/nix-help.txt')
-rw-r--r--src/nix/nix-help.txt32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/nix/nix-help.txt b/src/nix/nix-help.txt
deleted file mode 100644
index a2d9958ffe49..000000000000
--- a/src/nix/nix-help.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-nix [OPTIONS...] [ARGUMENTS...]
-
-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