add devchecks agg job, update hydra config
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -15,4 +15,13 @@ rec {
|
||||
name = "hosts";
|
||||
constituents = mapAttrsToList hostToAgg host;
|
||||
};
|
||||
|
||||
devChecks = pkgs.releaseTools.aggregate {
|
||||
name = "devChecks";
|
||||
constituents = [
|
||||
formatter
|
||||
devShells
|
||||
checks
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user