-
Notifications
You must be signed in to change notification settings - Fork 23
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
Two Questions: Build Steps and Bulk Plugins #113
Comments
Thank you for your contributions. Always nice to see :) For your first question, it should be fine to add all of them in one go. For your second question: |
Alright, I can make another PR with the rest of the plugins I want to add. Here's a plugin that requires a build step, I've made a PR to nixpkgs to add it: https://github.com/NixOS/nixpkgs/pull/330224/files I would imagine we could do the same thing here, using the |
That sounds good. Let me know if you need any help. |
It looks like you've commented out the line that includes the For me to add the build steps, should I still work with the same If sticking with the existing one, would you be able to get what's currently there working? Or at least provide some info on what caused its removal so I can look into fixing it? |
Yes, it was commented out, because I did not use it. You can just replace it with what you need and include it again. |
I'm interested in adding a couple of plugins, and have a few questions:
First:
I have a bunch of plugins I'd like to add. Would it be easier/better for me to add them all in a single PR? Otherwise I can continue to do a new PR per plugin.
Second:
how should i go about adding build steps (
buildRustPackage
, etc.) for plugins that require them? Is that out of scope for the repo? Or should I add the build step inoverrides.nix
?The text was updated successfully, but these errors were encountered: