-
Notifications
You must be signed in to change notification settings - Fork 107
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
specialisations break the system
argument
#46
Comments
I'm unable to reproduce this after checking out your mentioned branch and running edit Nevermind, I got the error. Working now to find best solution. Possibly reverting the commit might be the best thing to do. |
I can't remember what my initial impetus was for adding this to { config, ... }:
{
lib.whatIsMySystem = config.nixpkgs.system;
} I'll send in a pull to close this in a bit, unless you have any objections? |
I would say |
good point I'll rebase the pr |
Describe the bug
A clear and concise description of what the bug is.
When the NixOS specialisations feature is used and any NixOS module evaluates the system attribute in its arguments, an EvalError occurs when instantating.
Introduced by 684804e
relevant nixpkgs snippet
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The configuration should build cleanly.
Additional context
The text was updated successfully, but these errors were encountered: