-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
iamy: 2.1.1 -> 2.3.2 #62613
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
iamy: 2.1.1 -> 2.3.2 #62613
Conversation
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.
- reviewed the diff and commit messages
- made sure ofBorg build eval
- run nix-review without any failures
- run and tested the binaries
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.
Looks like upstream uses go modules, would you mind updating the expression to buildGoModule
?
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.
Instead of deps.nix
(bit of a pain to maintain and sometimes significant in size), it looks like upstream moved to new go mod goodness (go.mod
and go.sum
indicate this), so instead of buildGoPackages
and deps.nix
you can use buildGoModule
and modSha256
. Bonus is we aren't duplicating upstream's information about pinned dependencies :).
EDIT: oops missed @marsam's comment, which suggests this as well :).
@marsam @dtzWill finally had the time to look into this again. Tested on my local nixOS installation, and works fine. Let me know if I've missed sth else.
|
@GrahamcOfBorg build iamy |
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)