The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

static executable in nix

+4 -1
+4 -1
site.nix
··· 12 12 13 13 goDeps = ./deps.nix; 14 14 allowGoReference = false; 15 - CGO_ENABLED = "0"; 15 + preBuild = '' 16 + export CGO_ENABLED=0 17 + buildFlagsArray+=(-pkgdir "$TMPDIR") 18 + ''; 16 19 17 20 postInstall = '' 18 21 cp -rf $src/blog $bin/blog