gopro-tool: move overrides to package.nix, modernize#485675
gopro-tool: move overrides to package.nix, modernize#485675gepbird merged 4 commits intoNixOS:masterfrom
Conversation
bb89e2f to
ed62426
Compare
ed62426 to
db7fb06
Compare
db7fb06 to
5505747
Compare
|
MattSturgeon
left a comment
There was a problem hiding this comment.
Compared with when I last reviewed, the commit now mixes several unrelated changes. Per the nixpkgs commit conventions, each logical change should be split into its own commit. That keeps the history clean and makes the review process much easier. In this case, it could be separated roughly as:
- Moving the package into
pkgs/by-name - Enabling
strictDepsandstructuredAttrs - Adding
passthru.tests - Updating
0-unstable-2024-04-18→1.18
Once that's resolved, the overall diff looks good to me. However, since the scope has grown from “move to by-name” into a broader “update and cleanup,” I'd prefer to get the maintainer's ACK before merging.
5505747 to
6b3216f
Compare
6b3216f to
662fd4b
Compare
|
gepbird
left a comment
There was a problem hiding this comment.
Diff looks good.
The 1.18 tag points to the rev that we used previously :)
Split from #474456.
This is a step towards #454525, which will help enable checking for additional by-name directories (e.g. Python) in nixpkgs-vet.
Things done