don't publish Zola's 404 page

This commit is contained in:
colin 2022-10-11 05:09:19 -07:00
parent af93b5af8a
commit 7c1f6dd936
1 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,9 @@ with pkgs;
preInstall = ''
mkdir -p $out/share/uninsane-dot-org
'';
postInstall = ''
rm $out/share/uninsane-dot-org/404.html
'';
installFlags = [ "PREFIX=$(out)/share/uninsane-dot-org" ];
};
}