experimental-features is not considered but extra-experimental-features is? #28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I noticed that setting
experimental-featuresinextra-confhas no effect, however, settingextra-experimental-featuresdoes. Is this expected behaviour? Could this be because by default it is set to include flakes?Even more interesting. One run with
extra-experimental-featuressucceeded (when I made a PR), and another run (post-merge) running the exact same job failed again withSo it is not just
experimental-featuresbut alsoextra-experimental-featuresthat is not (always) considered.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
mainbranch and we were planning to make a new release, so hopefully this will be fixed with that! Expect by Friday it will be fixed.(EDIT by @cole-h: The commit that fixed this was
DeterminateSystems/nix-installer@7c9dfacf8e.)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 https://github.com/DeterminateSystems/nix-installer/issues/562
Changing from
extra-conf: |toextra-conf: |-indeed works. I just made this change and that's good enough for me.This should be resolved partially by #620
For me it can be closed since the yaml change is fine for me.