Open arcnmx opened 3 years ago
Despite args.config.checkMetaRecursively being set, it seems to get lost when using jobs. Peculiar things happen to nix eval --json ci.config.jobs.x.nixpkgs.args.config. In one instance I had to explicitly set checkMetaRecursively in channels.nixpkgs.args.config, so fix this because it shouldn't be needed!
args.config.checkMetaRecursively
nix eval --json ci.config.jobs.x.nixpkgs.args.config
checkMetaRecursively
channels.nixpkgs.args.config
Despite
args.config.checkMetaRecursively
being set, it seems to get lost when using jobs. Peculiar things happen tonix eval --json ci.config.jobs.x.nixpkgs.args.config
. In one instance I had to explicitly setcheckMetaRecursively
inchannels.nixpkgs.args.config
, so fix this because it shouldn't be needed!