-
Notifications
You must be signed in to change notification settings - Fork 16
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
is not considered but extra-experimental-features
is?
#28
Comments
experimental-features
is not considered but extra-experimental-features
isexperimental-features
is not considered but extra-experimental-features
is?
Even more interesting. One run with error: experimental Nix feature 'impure-derivations' is disabled; use '--extra-experimental-features impure-derivations' to override
(use '--show-trace' to show detailed location information)
Error: Process completed with exit code 1. So it is not just |
Trying to reproduce this, I tested with the binary directly:
And using the env:
Seems to have worked ok. However testing in the action seems to not: This lead me to consider maybe multiline configs are broken?
Testing in the action, I noticed while this doesn't work:
This other option is working ok?
This is also working ok.
Is this some goofy yaml thing??? |
@cole-h and I confirmed this is fixed on our (EDIT by @cole-h: The commit that fixed this was DeterminateSystems/nix-installer@7c9dfac.) |
The horror called yaml! Thank you for looking into this. |
Using the override to 0.10.0 for now.
|
That was not sufficient. |
May be related to DeterminateSystems/nix-installer#562 |
Changing from |
This should be resolved partially by #620 |
For me it can be closed since the yaml change is fine for me. |
I noticed that setting
experimental-features
inextra-conf
has no effect, however, settingextra-experimental-features
does. Is this expected behaviour? Could this be because by default it is set to include flakes?The text was updated successfully, but these errors were encountered: