diff options
| author | seth <[email protected]> | 2023-05-23 11:21:31 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-23 11:21:31 -0400 |
| commit | d48fd0749d7e3584366f122a5bb160041cd1a5e2 (patch) | |
| tree | b296679b6c3ceedf397cc8dc6c1f7bc274a34fb3 /modules/flake | |
| parent | 3551e2aaab1562cde6932a893070fcd9d943b4b3 (diff) | |
hydra: disable apps job
Diffstat (limited to 'modules/flake')
| -rw-r--r-- | modules/flake/ci.nix | 3 |
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; |
