diff options
-rw-r--r-- | src/nix/eval-hydra-jobs.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix/eval-hydra-jobs.cc b/src/nix/eval-hydra-jobs.cc index 579e7ad31..f66fb3571 100644 --- a/src/nix/eval-hydra-jobs.cc +++ b/src/nix/eval-hydra-jobs.cc @@ -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 |