-
Notifications
You must be signed in to change notification settings - Fork 85
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
How to package/install fed2 plugin on NixOS #1069
Comments
Hey @ivanbrennan - we are deprecating the For some background, Once you download the binary from our release assets, you can run Also you may notice the prompt to accept the Elv2 license. it can get annoying to have to accept it so many times, so we have plans to store your answer in config that should be landing soon. until then you can just set the environment variable (on your local machine, not in the package itself please) edit: please let me know if you run into any other issues, thanks for taking the time to open an issue here 😄 |
We've since released v0.5.1 of Rover that should be much easier to integrate. I have a docs PR that is in review stage right now that may be helpful to you. I'll post again here when those docs go live. #1087 |
cc @aaronArinder since we discussed this recently |
Description
I'd like to use rover on NixOS, which precludes installing via the provided install scripts, so I wrote a Nix package for rover -- NixOS/nixpkgs#164986 -- which works as expected.
However, I can't figure out how to include the fed2 plugin in my Nix package, and attempting to install it imperatively fails:
I'm not very familiar with Rust, and was unable to determine why I get the above error, or (more importantly) how to properly include the plugin in my Nix package installation in the first place.
Any help you can provide would be much appreciated.
The text was updated successfully, but these errors were encountered: