-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Allow to disable global flake-registry with "" #5420
Conversation
Could this be added/back-ported to the coming If yes, do I need to do something specific? |
It's wrapped in a |
Okay thank you, I see it now, I will revert it back to a static |
c04d98e
to
b115283
Compare
It should be better now |
I marked this as stale due to inactivity. → More info |
8ceb7b9
to
4d21f04
Compare
4d21f04
to
586ee1b
Compare
Ok, I've rebased on latest master & updated the code! |
586ee1b
to
a456630
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks!
Shouldn't there be an entry in the release notes for this? Happy to create it if that's the consensus. |
Indeed, thanks for pointing that out. Happy to review it if you create one |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: |
Introduced in NixOS#5420
Introduced in NixOS#5420
Closes #4874
I'm not sure why the implementation of
getGlobalRegistry
was wrapped in a lambda, but returning nullptr from it made the compiler not able to find a type for both nullptr and Registry for the lambda..So I simply removed the lambda, problem solved AFAI can see.