tvl-depot/ci-builds.nix
Vincent Ambo 42c8d11695 feat(ci-build): Build frog in CI
Change-Id: I86fc06c7997688863e08017db9bbe7b9848881ff
Reviewed-on: https://cl.tvl.fyi/c/depot/+/62
Reviewed-by: tazjin <mail@tazj.in>
2020-06-11 23:19:03 +00:00

38 lines
903 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.
with (import ./default.nix {}); [
fun.amsterdump
fun.gemma
fun.quinistry
fun.watchblob
fun.wcl
lisp.dns
nix.buildLisp.example
nix.yants.tests
ops."posix_mq.rs"
ops.besadii
ops.journaldriver
ops.kms_pass
ops.kontemplate
ops.mq_cli
ops.nixos.camdenSystem
ops.nixos.frogSystem
third_party.cgit
third_party.git
third_party.lisp # will build all third-party libraries
third_party.nix
tools.cheddar
tools.emacs
web.blog
web.cgit-taz
web.tvl
# Nugget is not currently built because it depends on various things
# (such as chromium-vaapi) that don't work in CI.
#
# ops.nixos.nuggetSystem
]