diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-09T00·43+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-09T00·43+0000 |
commit | 05ab6825b3451687fbaf6f8c987e94e616b6d4ff (patch) | |
tree | d1e8ad284bc89f6f6eb6156121151465fa3e3672 /ci-builds.nix | |
parent | 9fc9b58301b3e0c538ffb8b7e4e7a7dab9fbc243 (diff) |
chore(web): Delete //web/tazblog r/499
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!
Diffstat (limited to 'ci-builds.nix')
-rw-r--r-- | ci-builds.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci-builds.nix b/ci-builds.nix index 54d6f637a5f5..e8eb0f52786b 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -25,5 +25,4 @@ in with pkgs; [ third_party.git third_party.guile third_party.lisp # will build all third-party libraries - # web.tazblog # TODO(tazjin): Happstack build failure in nixos-unstable ] |