aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2022-11-30 23:40:53 +0100
committerGitHub <noreply@github.com>2022-11-30 23:40:53 +0100
commit3f881e3378743039b32f3d3c650255b448732803 (patch)
tree3fa07de44ccc33571c72101f1fd3b5f3f0ea7ed2 /doc
parentf91dc023f27ea17362274fcdf30e362423b080f8 (diff)
add missing newline, for consistent formatting
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/generate-manpage.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/manual/generate-manpage.nix b/doc/manual/generate-manpage.nix
index 057719e34..8c7c4d358 100644
--- a/doc/manual/generate-manpage.nix
+++ b/doc/manual/generate-manpage.nix
@@ -99,6 +99,7 @@ let
in [ cmd ] ++ concatMap subcommand (attrNames details.commands or {});
parsedToplevel = builtins.fromJSON toplevel;
+
manpages = processCommand {
command = "nix";
details = parsedToplevel;