nix eval-hydra-jobs: Support flakes

This commit is contained in:
Eelco Dolstra
2020-02-14 23:23:41 +01:00
parent 4c24263967
commit eb19ff3b82
+5
View File
@@ -71,6 +71,11 @@ struct CmdEvalHydraJobs : MixJSON, MixDryRun, InstallableCommand
};
}
Strings getDefaultFlakeAttrPaths() override
{
return {"hydraJobs", "checks"};
}
void worker(AutoCloseFD & to, AutoCloseFD & from)
{
auto state = getEvalState();