2019-12-20 21:37:02 +01:00
|
|
|
# This file defines the derivations that should be built by CI.
|
2019-12-09 11:58:09 +01:00
|
|
|
#
|
2019-12-20 21:37:02 +01:00
|
|
|
# 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.
|
2019-12-09 11:58:09 +01:00
|
|
|
|
2020-02-21 13:48:07 +01:00
|
|
|
with (import ./default.nix {}); [
|
|
|
|
fun.amsterdump
|
2020-01-22 02:29:58 +01:00
|
|
|
fun.gemma
|
2020-02-21 13:48:07 +01:00
|
|
|
fun.quinistry
|
|
|
|
fun.watchblob
|
|
|
|
fun.wcl
|
|
|
|
lisp.dns
|
|
|
|
nix.buildLisp.example
|
2019-12-20 22:52:59 +01:00
|
|
|
nix.yants.tests
|
2020-01-20 14:50:29 +01:00
|
|
|
ops."posix_mq.rs"
|
2020-02-21 23:48:08 +01:00
|
|
|
ops.besadii
|
2019-12-20 21:37:02 +01:00
|
|
|
ops.journaldriver
|
|
|
|
ops.kms_pass
|
2019-12-20 23:19:52 +01:00
|
|
|
ops.kontemplate
|
2020-01-20 14:50:29 +01:00
|
|
|
ops.mq_cli
|
2020-02-21 13:48:07 +01:00
|
|
|
ops.nixos.camdenSystem
|
2020-06-12 01:01:37 +02:00
|
|
|
ops.nixos.frogSystem
|
2020-01-19 23:08:50 +01:00
|
|
|
third_party.cgit
|
|
|
|
third_party.git
|
|
|
|
third_party.lisp # will build all third-party libraries
|
2020-05-18 00:59:23 +02:00
|
|
|
third_party.nix
|
2020-02-21 13:48:07 +01:00
|
|
|
tools.cheddar
|
|
|
|
tools.emacs
|
|
|
|
web.blog
|
|
|
|
web.cgit-taz
|
2020-04-21 04:02:12 +02:00
|
|
|
web.tvl
|
2020-04-20 00:29:42 +02:00
|
|
|
|
|
|
|
# Nugget is not currently built because it depends on various things
|
|
|
|
# (such as chromium-vaapi) that don't work in CI.
|
|
|
|
#
|
|
|
|
# ops.nixos.nuggetSystem
|
2019-12-20 21:37:02 +01:00
|
|
|
]
|