gen2space/default.nix

15 lines
373 B
Nix

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