Skip to content

Commit ed9baac

Browse files
authored
Make nix command visible (#3539)
1 parent dcd1b06 commit ed9baac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildtools/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ func GetCommands() []cli.Command {
413413
},
414414
{
415415
Name: "nix",
416-
Hidden: true,
416+
Hidden: false,
417417
Flags: cliutils.GetCommandFlags(cliutils.Nix),
418418
Usage: nix.GetDescription(),
419419
HelpName: corecommon.CreateUsage("nix", nix.GetDescription(), nix.Usage),

0 commit comments

Comments
 (0)