forked from lix-project/lix
nix eval-hydra-jobs: Support flakes
This commit is contained in:
parent
4c24263967
commit
eb19ff3b82
|
@ -71,6 +71,11 @@ struct CmdEvalHydraJobs : MixJSON, MixDryRun, InstallableCommand
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Strings getDefaultFlakeAttrPaths() override
|
||||||
|
{
|
||||||
|
return {"hydraJobs", "checks"};
|
||||||
|
}
|
||||||
|
|
||||||
void worker(AutoCloseFD & to, AutoCloseFD & from)
|
void worker(AutoCloseFD & to, AutoCloseFD & from)
|
||||||
{
|
{
|
||||||
auto state = getEvalState();
|
auto state = getEvalState();
|
||||||
|
|
Loading…
Reference in a new issue