mirror of
https://github.com/RGBCube/NixSite
synced 2025-07-29 08:37:45 +00:00
8 lines
158 B
Nix
8 lines
158 B
Nix
call ./_base.nix {
|
|
title = "Hello, Nix!";
|
|
} (
|
|
<h1>"Hello, Nix!"<.h1>
|
|
|
|
<p>"This site was made using Nix!"<.p>
|
|
<p>"Yes, you read that right! 100% Nix!"<.p>
|
|
)
|