nix eval-hydra-jobs: Add feature
This commit is contained in:
parent
95468e3c1e
commit
30c8297ded
|
@ -212,6 +212,8 @@ struct CmdEvalHydraJobs : MixJSON, MixDryRun, InstallableCommand
|
|||
|
||||
void run(ref<Store> store) override
|
||||
{
|
||||
settings.requireExperimentalFeature("eval-hydra-jobs");
|
||||
|
||||
if (!gcRootsDir) warn("'--gc-roots-dir' not specified");
|
||||
|
||||
struct State
|
||||
|
|
Loading…
Reference in a new issue