-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
cargo-aoc: init at 0.3.8 #362859
cargo-aoc: init at 0.3.8 #362859
Conversation
Result of 1 package built:
(I don't have a darwin machine to try this on, but I don't see any issues that would come up) |
@getchoo Thanks for your review! While applying your suggestion to add the version test (which didn't work at first, because 0.3.7 contained a bug which caused |
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.
OfBorg is happy, and everything here LGTM. Feel free to ping me in a couple days if no one else comes to merge :)
cargo-aoc
is a simple CLI tool that aims to be a helper for Advent of Code.https://github.com/gobanos/cargo-aoc
Closes #362526
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.