mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Document store URLs
This commit is contained in:
parent
05d9918a9c
commit
161f4b0dea
3 changed files with 49 additions and 6 deletions
|
@ -136,7 +136,11 @@ MixEvalArgs::MixEvalArgs()
|
|||
|
||||
addFlag({
|
||||
.longName = "eval-store",
|
||||
.description = "The Nix store to use for evaluations.",
|
||||
.description =
|
||||
R"(
|
||||
The [URL of the Nix store](@docroot@/command-ref/new-cli/nix3-help-stores.md#store-url-format)
|
||||
to use for evaluation, i.e. to store derivations (`.drv` files) and inputs referenced by them.
|
||||
)",
|
||||
.category = category,
|
||||
.labels = {"store-url"},
|
||||
.handler = {&evalStoreUrl},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue