mirror of
https://github.com/NixOS/nix
synced 2025-07-06 05:01:48 +02:00
Rename "use-substitutes" to "substitute"
Commit c2154d4c84
renamed
"build-use-substitutes" to "use-substitutes", but that broke
"nix-copy-closure --use-substitutes".
This commit is contained in:
parent
1b851ae8f6
commit
44272d8719
3 changed files with 3 additions and 3 deletions
|
@ -150,7 +150,7 @@ public:
|
|||
Setting<bool> syncBeforeRegistering{this, false, "sync-before-registering",
|
||||
"Whether to call sync() before registering a path as valid."};
|
||||
|
||||
Setting<bool> useSubstitutes{this, true, "use-substitutes",
|
||||
Setting<bool> useSubstitutes{this, true, "substitute",
|
||||
"Whether to use substitutes.",
|
||||
{"build-use-substitutes"}};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue