blob: 80373b683c9892eb1f14fd84008bb016c96c0c09 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# 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
third_party.cgit
third_party.git
third_party.lisp # will build all third-party libraries
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
]
|