Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] microArchs dont apply nixpkgs config #514

Closed
gallexme opened this issue Dec 30, 2023 · 1 comment · Fixed by #515
Closed

[Bug] microArchs dont apply nixpkgs config #514

gallexme opened this issue Dec 30, 2023 · 1 comment · Fixed by #515

Comments

@gallexme
Copy link

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

@PedroHLC
Copy link
Member

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 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants