nix develop: add --unpack
This commit is contained in:
@@ -392,6 +392,12 @@ struct CmdDevelop : Common, MixEnvironment
|
||||
.handler = {&phase},
|
||||
});
|
||||
|
||||
addFlag({
|
||||
.longName = "unpack",
|
||||
.description = "Run the `unpack` phase.",
|
||||
.handler = {&phase, {"unpack"}},
|
||||
});
|
||||
|
||||
addFlag({
|
||||
.longName = "configure",
|
||||
.description = "Run the `configure` phase.",
|
||||
|
||||
Reference in New Issue
Block a user