add CI "all" target

This commit is contained in:
Daniel Barlow
2024-10-06 16:39:24 +01:00
parent ca9efc4b26
commit f8c579b41e
3 changed files with 12 additions and 14 deletions

5
ci.nix
View File

@@ -70,4 +70,7 @@ let
'';
};
};
in (genAttrs devices for-device) # tests # jobs
in jobs //
{
all = pkgs.lib.collect pkgs.lib.isDerivation jobs;
}