-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
mpvScripts.mpv-image-viewer: init at 0-unstable-2023-03-03 #347323
Conversation
f67dd3f
to
2754139
Compare
I merged #359625 into this PR branch, locally, and can confirm everything works (and the generic tests pass)
PS: sorry, I meant to address this to the PR's author 😅 |
You can do that, or just rebase after that one is merged. It will not delay this PR much either way |
63e15cc
to
b0e6d91
Compare
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.
Rebased now that the blocker was merged.
Sorry for missing all of that on first review, I think I just stopped when I noticed the generic tests were missing 😅 |
b0e6d91
to
9934f46
Compare
removed the scope, copied descriptions from upstream's readme ( feel free to suggest alternate descriptions if that's important to you. they're slightly long for typical nixpkgs descriptions, but not enough that it bothered me personally. |
I'm not terribly picky here, I just felt having per-script descriptions would be important for discoverability (e.g. on search.nixos.org) and for users to quickly see what the script is supposed to do (when deciding whether to try it)
They seem fine to me as well; FYI, for cases where it is an issue I'd keep it to a single, short sentence, and plonk the long-form explanation in |
Addressed merge conflict |
|
can be used like: ```nix mpv.override { scripts = [ mpvScripts.mpv-image-viewer.image-positioning ]; } ``` Co-authored-by: Arne Keller <2012gdwu+github@posteo.de>
|
49bf03a
to
06cc9e7
Compare
squashed the commits |
Eval still passes after merge (on the new GH Action setup) so I'll go ahead without waiting for @ofborg
FWIW, I find a squash-merge preferable, since it avoids re-triggering CI etc. :3 |
packages mpv-image-viewer. these are all independent, managed under one umbrella project. example usage:
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.