add services section

This commit is contained in:
xunuwu 2025-07-28 02:50:47 +02:00
parent 3943ddd64b
commit fc096058db
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
3 changed files with 39 additions and 2 deletions

View file

@ -1,4 +1,7 @@
{buildNpmPackage}:
{
buildNpmPackage,
domain_name ? "xunuwu.xyz",
}:
buildNpmPackage {
name = "xunuwu.xyz";
src = ./.;
@ -6,7 +9,7 @@ buildNpmPackage {
npmDepsHash = "sha256-FCUCpHoji01RR1XhodVtyrYUWY96r+uSp0uhtBR/JD0=";
buildPhase = ''
npx @11ty/eleventy
DOMAIN_NAME="${domain_name}" npx @11ty/eleventy
'';
installPhase = ''