1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 06:53:54 +02:00

nix eval-hydra-jobs: Add feature

This commit is contained in:
Eelco Dolstra 2020-02-19 12:35:03 +01:00
parent 95468e3c1e
commit 30c8297ded

View file

@ -212,6 +212,8 @@ struct CmdEvalHydraJobs : MixJSON, MixDryRun, InstallableCommand
void run(ref<Store> store) override void run(ref<Store> store) override
{ {
settings.requireExperimentalFeature("eval-hydra-jobs");
if (!gcRootsDir) warn("'--gc-roots-dir' not specified"); if (!gcRootsDir) warn("'--gc-roots-dir' not specified");
struct State struct State