From eb36f30aef57e12e52f62386e1bb8a0690c85395 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 19 Apr 2020 23:29:42 +0100 Subject: chore(build): Exclude nugget from CI builds --- ci-builds.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ci-builds.nix b/ci-builds.nix index 2c94d032a2af..3f19f88dc9cf 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 ] -- cgit 1.4.1