chaotic-cx/nyx

[Bug] microArchs dont apply nixpkgs config

Closed this issue · 1 comments

What happens?

cant built unfree packages because the nixpkgs config does not get applied in the microarchs overlays
i think
this

onTopOfFlakeInputs =

does not get applied to them here

overlays = [

very dirtily fixed my issue at hand like that: df231f4 but thats obviously not fixing the issue but just workarounds a particular case

What is expected to happen?

flakeNixpkgs.config should apply to the whole overlay

If possible, please attach logs

No response

More information

No response

The fix should be deployed when this action ends: https://github.com/chaotic-cx/nyx/actions/runs/7364282753

Let me know if I really fixed it or made it worse 😅