mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
add note on overriding settings for stable commands
This commit is contained in:
parent
09eb7f1ef6
commit
aa46f536e8
1 changed files with 4 additions and 0 deletions
|
@ -203,3 +203,7 @@ Most Nix commands accept the following command-line options:
|
||||||
Fix corrupted or missing store paths by redownloading or rebuilding them.
|
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.
|
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`.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue