gen2space/default.nix
2019-12-23 16:46:16 -07:00

18 lines
472 B
Nix

{
callPackage,
wandardFrontUtils ? callPackage (builtins.fetchGit {
url = https://git.wizbos.club/wizbos-pub/wand-front-utils.git;
rev = "9d281ec79fbfb419089e1ebf33e6e088a2c210b1";
}) {},
...
}:
with wandardFrontUtils;
mkWandardFront {
src = ./.;
name = "gen2.space";
description = "notgne2's shitty pages";
backgroundColor = "#220044";
themeColor = "#004400";
routes = [ "/" "/about" "/404" "/posts" "/posts/viveahk" "/posts/librebasics" ];
}