mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
format as required
This commit is contained in:
parent
06acbd37bd
commit
9b47b2b217
1 changed files with 4 additions and 4 deletions
|
@ -239,10 +239,10 @@ MixProfile::MixProfile()
|
||||||
{
|
{
|
||||||
addFlag({
|
addFlag({
|
||||||
.longName = "profile",
|
.longName = "profile",
|
||||||
.description = "The profile to operate on.",
|
.description = "The profile to operate on.",
|
||||||
.labels = {"path"},
|
.labels = {"path"},
|
||||||
.handler = {&profile},
|
.handler = {&profile},
|
||||||
.completer = completePath,
|
.completer = completePath,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue