File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 3636 supportedSystems = builtins . fromJSON ( builtins . readFile ../supportedSystems.json ) ;
3737
3838 attrpathsSuperset =
39+ {
40+ evalSystem ,
41+ } :
3942 runCommand "attrpaths-superset.json"
4043 {
4144 src = nixpkgs ;
5558 -I "$src" \
5659 --option restrict-eval true \
5760 --option allow-import-from-derivation false \
61+ --option eval-system "${ evalSystem } " \
5862 --arg enableWarnings false > $out/paths.json
5963 '' ;
6064
6569 # because `--argstr system` would only be passed to the ci/default.nix file!
6670 evalSystem ,
6771 # The path to the `paths.json` file from `attrpathsSuperset`
68- attrpathFile ? "${ attrpathsSuperset } /paths.json" ,
72+ attrpathFile ? "${ attrpathsSuperset { inherit evalSystem ; } } /paths.json" ,
6973 # The number of attributes per chunk, see ./README.md for more info.
7074 chunkSize ,
7175 checkMeta ? true ,
You can’t perform that action at this time.
0 commit comments