mirror of
https://github.com/NixOS/nix.git
synced 2025-04-15 13:47:34 +00:00
format as required
(cherry picked from commit 9b47b2b217
)
# Conflicts:
# src/libcmd/command.cc
This commit is contained in:
parent
1c9d3fd2f8
commit
c8b0bc5658
@ -240,6 +240,7 @@ MixProfile::MixProfile()
|
||||
{
|
||||
addFlag({
|
||||
.longName = "profile",
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
.description = "The profile to operate on.",
|
||||
.labels = {"path"},
|
||||
@ -251,6 +252,12 @@ MixProfile::MixProfile()
|
||||
.handler = {&profile},
|
||||
.completer = completePath,
|
||||
>>>>>>> 06acbd37b (Add trailing commas on addFlag incantations)
|
||||
=======
|
||||
.description = "The profile to operate on.",
|
||||
.labels = {"path"},
|
||||
.handler = {&profile},
|
||||
.completer = completePath,
|
||||
>>>>>>> 9b47b2b21 (format as required)
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user