summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-23 11:21:31 -0400
committerseth <[email protected]>2023-05-23 11:21:31 -0400
commitd48fd0749d7e3584366f122a5bb160041cd1a5e2 (patch)
treeb296679b6c3ceedf397cc8dc6c1f7bc274a34fb3
parent3551e2aaab1562cde6932a893070fcd9d943b4b3 (diff)
hydra: disable apps job
-rw-r--r--modules/flake/ci.nix3
1 files changed, 2 insertions, 1 deletions
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;