gen2space/default.nix
2019-12-12 13:06:04 -07:00

15 lines
373 B
Nix

{
callPackage,
wandardFrontUtils ? callPackage (builtins.fetchGit {
url = https://git.wizbos.club/wizbos-pub/wand-front-utils.git;
rev = "c05fd94028d6023b3d4debf0c1d2bece2c547df5";
}) {},
...
}:
with wandardFrontUtils;
mkWandardFront {
src = ./.;
name = "gen2.space";
routes = [ "/" "/about" "/404" "/posts" "/posts/viveahk" "/posts/librebasics" ];
}