diff options
author | Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | 2023-09-22 14:13:51 +0200 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-03-04 04:35:54 +0100 |
commit | 68ba44c518f81e1a9d14679bb0147923af509a4b (patch) | |
tree | 51df5d0025da51fe9648e29495b233a633e83ef1 /doc/manual/src/command-ref/opt-common.md | |
parent | afb55f36df5e65007cb30798242ceb402f0572a4 (diff) |
Merge pull request #8931 from fricklerhandwerk/nix3-config-options
do not show configuration override flags for each command
(cherry picked from commit f89b84919c1a5c796512c50311821e7779b3678b)
Change-Id: Ib98b739bd6c9a1e94f94a78a47d84d72e435e7c0
Diffstat (limited to 'doc/manual/src/command-ref/opt-common.md')
-rw-r--r-- | doc/manual/src/command-ref/opt-common.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual/src/command-ref/opt-common.md b/doc/manual/src/command-ref/opt-common.md index 0647228c2..114b292f9 100644 --- a/doc/manual/src/command-ref/opt-common.md +++ b/doc/manual/src/command-ref/opt-common.md @@ -203,3 +203,7 @@ Most Nix commands accept the following command-line options: Fix corrupted or missing store paths by redownloading or rebuilding them. Note that this is slow because it requires computing a cryptographic hash of the contents of every path in the closure of the build. Also note the warning under `nix-store --repair-path`. + +> **Note** +> +> See [`man nix.conf`](@docroot@/command-ref/conf-file.md#command-line-flags) for overriding configuration settings with command line flags. |