Skip to content

Commit

Permalink
overview: fix build (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jun 10, 2024
1 parent d53e3a1 commit b48f652
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion overview/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
hasPrefix
mapAttrsToList
optionalString
splitString
;

inherit
Expand Down Expand Up @@ -116,7 +117,7 @@
examples = rec {
one = example: ''
<li>
<p>${example.description}</p>
${concatStringsSep "\n" (map (s: "<p>" + s + "</p>") (splitString "\n" example.description))}
```nix
${readFile example.path}
```
Expand Down

0 comments on commit b48f652

Please sign in to comment.