about summary refs log blame commit diff
path: root/ci-builds.nix
blob: 43ec5cef2f85705b72b4cd010d5b9b4b5b8f5582 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                               
 


                                                                     

   
                                 
               
           
                 
                   

                   
                 
            
               
               
             
          
              
          



                                                         
 
# 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; [
  fun.gemma
  nix.yants.tests
  ops."posix_mq.rs"
  ops.journaldriver
  ops.kms_pass
  ops.kontemplate
  ops.mq_cli
  ops.sync-gcsr
  tools.cheddar
  tools.emacs
  web.blog
  web.cgit-taz
  lisp.dns
  third_party.cgit
  third_party.git
  third_party.guile
  third_party.lisp # will build all third-party libraries
]