tvl-depot/ci-builds.nix
Vincent Ambo 05ab6825b3 chore(web): Delete //web/tazblog
Deleting this code feels strange. This project has been around for a
decade, and despite occasionally needing a bunch of tweaks it had aged
well and worked fine for a very long time.

I've reached a strange point where I don't really feel like using
Haskell anymore, and every interaction with this project in recent
years has been fighting dependency management tooling for Haskell, or
dealing with strange build problems.

The simple fact is that the service never really did anything other
than render Markdown dynamically, and at this point I can do that much
better with //tools/cheddar instead.

So, tazblog-hs, it's time to say goodbye. Rest in peace!
2020-02-09 00:43:40 +00:00

28 lines
648 B
Nix

# This file defines the derivations that should be built by CI.
#
# The plan is still to implement recursive tree traversal
# automatically and detect all derivations that have `meta.enableCI =
# true`, but this is currently more effort than it would save me.
let
pkgs = import ./default.nix {};
in with pkgs; [
fun.gemma
nix.yants.tests
ops."posix_mq.rs"
ops.journaldriver
ops.kms_pass
ops.kontemplate
ops.mq_cli
ops.sync-gcsr
tools.blog_cli
tools.cheddar
tools.emacs
web.blog
web.cgit-taz
lisp.dns
third_party.cgit
third_party.git
third_party.guile
third_party.lisp # will build all third-party libraries
]