From d48fd0749d7e3584366f122a5bb160041cd1a5e2 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 23 May 2023 11:21:31 -0400 Subject: hydra: disable apps job --- modules/flake/ci.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/flake/ci.nix') diff --git a/modules/flake/ci.nix b/modules/flake/ci.nix index c6372eb..34265f5 100644 --- a/modules/flake/ci.nix +++ b/modules/flake/ci.nix @@ -11,7 +11,8 @@ ]; in with (myLib.my.ci supportedSystems); { - apps = mkCompatibleApps self.apps; + # CA derivations don't work on hydra + #apps = mkCompatibleApps self.apps; checks = mkCompatible self.checks; devShells = mkCompatible self.devShells; formatter = mkCompatibleFormatters self.formatter; -- cgit v1.2.3