NixOS-CN / flakes

48 stars 13 forks source link

Filter derivations by platform lazily #8

Open Ninlives opened 3 years ago

Ninlives commented 3 years ago

In this commit I removed the filterBySystem which is previously applied on outtree-packages because is will try to evaluate the entire set eagerly, leading to some annoying problems. For example, building re-export.feeluown will be blocked in commit dd942b4c4728f742c6904f6ed0e935972712ad2a because re-export.xmm7360-pci_5_9 cannot be evaluated correctly. How can I keep the filter while avoiding evaluating the entire set?