package properly
This commit is contained in:
parent
f9b9b05683
commit
b5e68df877
6 changed files with 1655 additions and 0 deletions
15
default.nix
Normal file
15
default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{buildNpmPackage}:
|
||||
buildNpmPackage {
|
||||
name = "xunuwu.xyz";
|
||||
src = ./.;
|
||||
|
||||
npmDepsHash = "sha256-FCUCpHoji01RR1XhodVtyrYUWY96r+uSp0uhtBR/JD0=";
|
||||
|
||||
buildPhase = ''
|
||||
npx @11ty/eleventy
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
mv _site $out
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue