about summary refs log tree commit diff
path: root/ci-builds.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-04-19T22·29+0100
committerVincent Ambo <tazjin@google.com>2020-04-19T22·29+0100
commiteb36f30aef57e12e52f62386e1bb8a0690c85395 (patch)
tree9cbc88134b6595d956c799c2c41915d629166638 /ci-builds.nix
parent26a52edfdb3a4bdec2f4216208f5a93ea2dbd35c (diff)
chore(build): Exclude nugget from CI builds r/636
Diffstat (limited to 'ci-builds.nix')
-rw-r--r--ci-builds.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/ci-builds.nix b/ci-builds.nix
index 2c94d032a2..3f19f88dc9 100644
--- a/ci-builds.nix
+++ b/ci-builds.nix
@@ -20,7 +20,6 @@ with (import ./default.nix {}); [
   ops.kontemplate
   ops.mq_cli
   ops.nixos.camdenSystem
-  ops.nixos.nuggetSystem
   third_party.cgit
   third_party.git
   third_party.lisp # will build all third-party libraries
@@ -28,4 +27,9 @@ with (import ./default.nix {}); [
   tools.emacs
   web.blog
   web.cgit-taz
+
+  # Nugget is not currently built because it depends on various things
+  # (such as chromium-vaapi) that don't work in CI.
+  #
+  # ops.nixos.nuggetSystem
 ]