forked from lix-project/lix
remove superfluous let-in pair
This commit is contained in:
parent
a85df04fcb
commit
0e0f1832de
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue