-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
corerad: init at v0.1.4 #76825
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
corerad: init at v0.1.4 #76825
Conversation
Signed-off-by: Matt Layher <mdlayher@gmail.com>
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.
Having a hash mismatch for modules.
hash mismatch in fixed-output derivation '/nix/store/5ahiq2snwf8wgv3j5mw1f0m57rsax2ch-corerad-0.1.1-go-modules':
wanted: sha256:036b0cqj9ssmcjdvrxvibzchdc3cyxbj868fyv5z81b53xlqn3np
got: sha256:0cfjsiiiff0k1v5j837s4jbp02snqrmv08grm69b3wjhr4145886
cannot build derivation '/nix/store/yniqxhhh3wjh32ig0960brxrkwjfk1la-corerad-0.1.1.drv': 1 dependencies couldn't be built
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.
diff LGTM
commits LGTM
executable seems to work
[5 built, 105 copied (827.0 MiB), 189.5 MiB DL]
https://github.com/NixOS/nixpkgs/pull/76825
1 package built:
corerad
@GrahamcOfBorg build corerad |
Thanks for the review. This is a bug in the application and I'll resolve it upstream today so this change won't be necessary. |
Updated to v0.1.4 which also fixes non-Linux support.
Ready for another review when you are @jonringer! Thank you. |
@GrahamcOfBorg build corerad |
Signed-off-by: Matt Layher <mdlayher@gmail.com>
@GrahamcOfBorg build corerad |
I can't seem to figure out why my local system computes a different modSha256 than the builder, but both seem to work. If it matters, I am importing the package locally on my own machine via I have updated the PR with what the builder suggests. |
@GrahamcOfBorg build corerad |
Most common cause is usually overlays which affect a dependency |
Thanks for the review and merge! |
Motivation for this change
CoreRAD is a new project I'm working on to create an extensible radvd replacement. I'm running it as of now on my NixOS home router via an overlay, but would like to get it packaged upstream as well.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
(none as of now)
cc @danderson, per our conversation last night about packaging this