-
Notifications
You must be signed in to change notification settings - Fork 3
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
Register flake output paths with FlakeHub #95
Conversation
This is disabled by default because 1) it might fail (e.g. if the flake uses IFD); and 2) it may be slower (since it requires evaluating the drvPath/outPaths of every flake output).
this part is fine actually, since we already refuse IFD.
This part is less fine, so let's keep it optional and explore options :). |
Can confirm I was also unable to turn this feature on and have the |
I was able to successfully push a smaller crate. |
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.
Only a minor stylistic nit
This is disabled by default because 1) it might fail (e.g. if the flake uses IFD); and 2) it may be slower (since it requires evaluating the drvPath/outPaths of every flake output).