diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-08T13·33+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-08T13·33+0000 |
commit | 15b871806b5ceb0a1c6f563e02c1ef79ee761412 (patch) | |
tree | 30677d52497736f71858b7d722b74f662c2dfff3 /ci-builds.nix | |
parent | 1d7b1334fd4c2a9aff678891ce5f305be21e5c95 (diff) |
feat(web/blog): Add Nix-based static blog generator r/484
This introduces a derivation which builds an instance of nginx statically serving my blog posts, though as of now no indexes are being generated and no XML feed is available. This is just the initial draft of this setup and not yet what shall be yielded in the end.
Diffstat (limited to 'ci-builds.nix')
-rw-r--r-- | ci-builds.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci-builds.nix b/ci-builds.nix index d29edac43cd1..54d6f637a5f5 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -18,6 +18,7 @@ in with pkgs; [ tools.blog_cli tools.cheddar tools.emacs + web.blog web.cgit-taz lisp.dns third_party.cgit |