tvl-depot/ci-builds.nix
Vincent Ambo db30770101 fix(kontemplate): Make build compatible with readTree
The kontemplate build will keep using `buildGoPackage` for now until
I've had the time to add tests to //nix/buildGo
2019-12-20 22:19:52 +00:00

19 lines
525 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; [
nix.yants.tests
ops.journaldriver
ops.kms_pass
ops.kontemplate
ops.sync-gcsr
tools.blog_cli
tools.emacs
web.cgit-taz
# web.tazblog # TODO(tazjin): Happstack build failure in nixos-unstable
]