feat(build): Add //fun and //ops/nixos projects to CI builds
This commit is contained in:
parent
4bbbb58cb5
commit
f2235ba0ae
1 changed files with 13 additions and 8 deletions
|
@ -4,24 +4,29 @@
|
||||||
# automatically and detect all derivations that have `meta.enableCI =
|
# automatically and detect all derivations that have `meta.enableCI =
|
||||||
# true`, but this is currently more effort than it would save me.
|
# true`, but this is currently more effort than it would save me.
|
||||||
|
|
||||||
let
|
with (import ./default.nix {}); [
|
||||||
pkgs = import ./default.nix {};
|
fun.amsterdump
|
||||||
in with pkgs; [
|
|
||||||
fun.gemma
|
fun.gemma
|
||||||
|
fun.quinistry
|
||||||
|
fun.watchblob
|
||||||
|
fun.wcl
|
||||||
|
lisp.dns
|
||||||
|
nix.buildLisp.example
|
||||||
nix.yants.tests
|
nix.yants.tests
|
||||||
ops."posix_mq.rs"
|
ops."posix_mq.rs"
|
||||||
ops.journaldriver
|
ops.journaldriver
|
||||||
ops.kms_pass
|
ops.kms_pass
|
||||||
ops.kontemplate
|
ops.kontemplate
|
||||||
ops.mq_cli
|
ops.mq_cli
|
||||||
|
ops.nixos.camdenSystem
|
||||||
|
ops.nixos.nuggetSystem
|
||||||
ops.sync-gcsr
|
ops.sync-gcsr
|
||||||
tools.cheddar
|
|
||||||
tools.emacs
|
|
||||||
web.blog
|
|
||||||
web.cgit-taz
|
|
||||||
lisp.dns
|
|
||||||
third_party.cgit
|
third_party.cgit
|
||||||
third_party.git
|
third_party.git
|
||||||
third_party.guile
|
third_party.guile
|
||||||
third_party.lisp # will build all third-party libraries
|
third_party.lisp # will build all third-party libraries
|
||||||
|
tools.cheddar
|
||||||
|
tools.emacs
|
||||||
|
web.blog
|
||||||
|
web.cgit-taz
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue