-
Notifications
You must be signed in to change notification settings - Fork 68
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
experimental-features = configurable-impure-env
doesn't work since 0.33 with extra-conf
#1390
Comments
experimental-features = configurable-impure-env
doesn't work since 0.33 with extra-conf
Thank you, we're rolling back 100% while we fix this. |
Thanks, @OlivierLDff! This is actually a different issue than #1389, which is an issue with how Cachix parses the nix.conf. This issue is due to the order we set the options. We used to explicitly merge the user-specified experimental-features with our internal list. That PR unintentionally changed that behavior, which we're resolving for the next release. We're about to do two things:
With these two pieces, your use case will be restored. Thank you for reporting the issue. I'm sorry for the oversight! |
Hey @OlivierLDff, just wanted to share that Determinate Nix Installer v0.34.0 is out, and rolled out to 30% of users. It should not have the problem you described here. Let me know what you see! |
I can confirm this works |
Hi, my CI broke with the release 0.33, I guess this is related to #1379.
Here is my action:
And when running
nix build
I get:Current workaround, pin the source tag (that I should have done in the first place)
I guess this is the same issue as #1389
The text was updated successfully, but these errors were encountered: