arcnmx / ci

CI helpers
https://arcnmx.github.io/ci
13 stars 1 forks source link

nixpkgs channel args get lost #2

Open arcnmx opened 3 years ago

arcnmx commented 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!