-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat(api): Add support for install options #577
Conversation
Note @mrcjkb, if i'm seeing this correctly, toml-edit is being pulled in as a nix package and you are the maintainer? If so, toml-edit-0.6.0 will need to be added since only 0.5.0 exists |
|
Needs a rebase and conflict resolution (I've bumped the |
Should be done. Please review again as I also corrected some things (changing the internal code to use the new api options also) |
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.
Will have to check the rocks.nvim modules for use of the deprecated API call before releasing.
As per this discussion: #575
This PR adds support for install options to the api, specifically, the option to specify a relative config path to install a new rock to. The config path is then added to the imports of the base configuration file.