-
-
Notifications
You must be signed in to change notification settings - Fork 37
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(rocketpool): Add the Rocket Pool CLI #396
Conversation
@angaz have you tried with If you run on
Can you verify that it works on your machine with that? I don't want to specify manually the list of packages for |
Yeah, this is exactly what I'm using with my current changes. Without my changes, it returns errors. |
I have this in my base configuration:
With current main branch, there's this error message:
I have no idea why this is the case. But specifying the list of packages works. I am not so good at the nix language, so I don't know if it's possible to replace this with some kind of map expression. |
@angaz you're using the flake for a system with
That's why the |
It's definitely an x86_64 CPU that I have, and building for. |
How would the change work if I was building for an unsupported architecture. Can you please show me your config? |
Cool. I'm glad it wasn't something weird I did. I looked for the same pattern (without listing all the packages) and didn't find it. But GitHub search is not known to be the best, so maybe it does work somehow? I have no clue. I just changed it to list the packages because that's how it was in the docs, and then it worked. ¯_(ツ)_/¯ |
I do have other projects using the |
@aldoborrero any updates on your investigation? |
@angaz not yet. I'll try to allocate time this week. |
Cool. Just wanted to see if you found anything. |
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.
LGTM
@angaz we require the commit to be signed |
Ah. Ok I didn't know. I will set up commit signing for next time. |
Adds the Rocket Pool CLI to the utils packages.
Regarding the overlayAttrs: when I tried to use the overlay in my nixos config, it didn't work. I had to list out the packages to make it work. I am not sure why this is the case. If someone can tell me if this is known to work, I'd like to see what the
nixpkgs.overlays
looks like to make it work.