-
Notifications
You must be signed in to change notification settings - Fork 13
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
offline mode #92
Comments
|
Duplicate of #45 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi!
i realized that when i tried to rebuild in offline mode this module fails. i had thought it was because i have updateOnActivation, but i see now that even just having the module imported causes failure. i wish there was a good way to allow rebuild during offline. (i declaratively manage my wireless, i need to build in order to get wifi usually. i can scan and set it up imperatively but i would rather not.) my thought is that it should definitely fail if you are trying to install a new flatpak. i would think it would be nice to also have an update option for allowing skipping update onActivation when offline. (not sure if it's better to default to failing or skipping update, i just think it makes sense to be an option either way.)
The text was updated successfully, but these errors were encountered: