remove superfluous let-in pair

This commit is contained in:
Valentin Gagarin 2022-08-27 02:43:57 +02:00
parent a85df04fcb
commit 0e0f1832de

View file

@ -91,9 +91,6 @@ let
})
(attrNames def.commands or {});
in
let
manpages = processCommand { filename = "nix"; command = "nix"; def = builtins.fromJSON command; };
summary = concatStrings (map (manpage: " - [${manpage.command}](command-ref/new-cli/${manpage.name})\n") manpages);
in