mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
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 New Issue
Block a user