lix/src
jakobrs c5a488afc0 Remove the --delete option for --gc
Running `nix-store --gc --delete` will, as of Nix 2.3.3, simply fail
because the --delete option conflicts with the --delete operation.

  $ nix-store --gc --delete
  error: only one operation may be specified
  Try 'nix-store --help' for more information.

Furthermore, it has been broken since at least Nix 0.16 (which was
released sometime in 2010), which means that any scripts which depend
on it should have been broken at least nine years ago. This commit
simply formally removes the option. There should be no actual difference
in behaviour as far as the user is concerned: it errors with the exact
same error message. The manual has been edited to remove any references
to the (now gone) --delete option.

Other information:
* Path for Nix 0.16 used:
  /nix/store/rp3sgmskn0p0pj1ia2qwd5al6f6pinz4-nix-0.16
2020-03-19 19:41:23 +01:00
..
build-remote Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
cpptoml bump cpptoml to v0.1.1 2019-05-29 17:01:39 +08:00
libexpr Add missing #include <regex> 2020-03-13 21:24:35 -04:00
libmain Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
libstore Fix ca-references feature check 2020-03-13 13:15:51 +01:00
libutil Prevent uninitialized StorePath creation 2020-02-13 16:12:16 +01:00
nix nix repl: Put EvalState on the heap 2020-03-19 13:52:28 +01:00
nix-build nix-build: Fix !<output> handling 2020-03-04 13:56:17 +01:00
nix-channel Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
nix-collect-garbage Merge all nix-* binaries into nix 2018-10-26 12:54:00 +02:00
nix-copy-closure Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
nix-daemon Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
nix-env Merge pull request #3380 from contrun/no-attr-path-for-installed 2020-03-13 19:26:20 +01:00
nix-instantiate Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
nix-prefetch-url build: fix sandboxing on darwin 2020-01-05 20:23:52 +01:00
nix-store Remove the --delete option for --gc 2020-03-19 19:41:23 +01:00
resolve-system-dependencies Make the Store API more type-safe 2019-12-10 22:06:05 +01:00