mirror of
https://github.com/NixOS/nix
synced 2025-06-26 15:51:15 +02:00
Apply review suggestions
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
parent
e91596eb69
commit
3a1de4c3fe
2 changed files with 4 additions and 4 deletions
|
@ -104,7 +104,7 @@ MixFlakeOptions::MixFlakeOptions()
|
|||
|
||||
addFlag({
|
||||
.longName = "reference-lock-file",
|
||||
.description = "Read the given lock file instead of `flake.lock` within the top-level flake",
|
||||
.description = "Read the given lock file instead of `flake.lock` within the top-level flake.",
|
||||
.category = category,
|
||||
.labels = {"flake-lock-path"},
|
||||
.handler = {[&](std::string lockFilePath) {
|
||||
|
@ -115,7 +115,7 @@ MixFlakeOptions::MixFlakeOptions()
|
|||
|
||||
addFlag({
|
||||
.longName = "output-lock-file",
|
||||
.description = "Write the given lock file instead of `flake.lock` within the top-level flake",
|
||||
.description = "Write the given lock file instead of `flake.lock` within the top-level flake.",
|
||||
.category = category,
|
||||
.labels = {"flake-lock-path"},
|
||||
.handler = {[&](std::string lockFilePath) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue