add services section
This commit is contained in:
parent
3943ddd64b
commit
fc096058db
3 changed files with 39 additions and 2 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue