Skip to content

Commit a83994f

Browse files
Link directly to build.nix of examples
1 parent 4ad10e9 commit a83994f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ pkgs.writeText "index.html" (inputs.niccup.lib.render [ "p" "Hello" ])
4646

4747
Some more involved examples:
4848

49-
- [art](examples/art/) - Generative SVG (Sierpinski triangle)
50-
- [blog](examples/blog/) - Multi-page blog with navigation
51-
- [docs](examples/docs/) - NixOS module documentation generator
52-
- [quine](examples/quine/) - Self-rendering page
49+
- [art](examples/art/build.nix) - Generative SVG (Sierpinski triangle)
50+
- [blog](examples/blog/build.nix) - Multi-page blog with navigation
51+
- [docs](examples/docs/build.nix) - NixOS module documentation generator
52+
- [quine](examples/quine/build.nix) - Self-rendering page
5353

5454
The website for niccup is generated dynamically with niccup too, the [whole source](https://github.com/embedding-shapes/niccup/blob/master/website.nix) is ~120 lines of Nix as well
5555

0 commit comments

Comments
 (0)