-
Notifications
You must be signed in to change notification settings - Fork 7
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
Generate options.json locally #4
Comments
Thanks @xaverdh for providing this alternative. I'd have loved to just generate |
Okay, not only did I try your solution, I actually just merged it into master. I appended another commit to it, basing the process stuff on |
Cool! On a side note: What should happen in case of breaking changes to the service definitions? The written |
You're right in that "Download" is misleading now. I haven't changed the wording yet, so I'm putting this on my near-future todo. |
Opened #5 for tracking the breaking changes question. |
I think the
options.json
list should be generated locally instead of downloaded fromchannels.nixos.org
. That will make it consistent with other operations which takenixpkgs
to be the local version fromNIX_PATH
.I wrote a quick dirty demonstration of this approach here.
The text was updated successfully, but these errors were encountered: