mirror of
https://github.com/NixOS/nix.git
synced 2025-04-15 13:47:34 +00:00
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 New Issue
Block a user