tvl-depot/ci-builds.nix

19 lines
415 B
Nix
Raw Normal View History

# This file is invoked by the CI build and recursively filters the
# package set for attributes that should be built automatically.
#
# Packages can be opted-in to being built by CI by setting
# `meta.enableCI = true`.
#
# TODO(tazjin): Actually implement the above.
let
pkgs = import ./default.nix {};
in with pkgs; [
services.nixcon-demo
2019-12-14 17:00:04 +01:00
services.tazblog
tools.blog_cli
2019-12-14 17:00:04 +01:00
tools.emacs
tools.kms_pass
]