about summary refs log blame commit diff
path: root/ci-builds.nix
blob: 913f4f2b6888b7a3a14d5987ac96dd59c042c430 (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; [
  nix.yants.tests
  ops.journaldriver
  ops.kms_pass
  ops.kontemplate
  ops.sync-gcsr
  tools.blog_cli
  tools.cheddar
  tools.emacs
  web.cgit-taz
  # web.tazblog #  TODO(tazjin): Happstack build failure in nixos-unstable
]