nixpkgs: 2023-12-09 -> 2023-12-10

```
• Updated input 'nixpkgs-unpatched':
    'github:nixos/nixpkgs/61b691834e5ce9590c44690e73392ee7e001d45a' (2023-12-09)
  → 'github:nixos/nixpkgs/852e0ea0e8e1bd174bf1af9706f6b855319a5f1d' (2023-12-10)
```
This commit is contained in:
2023-12-10 00:27:09 +00:00
parent 119ac4cf95
commit e0d9a59d10
2 changed files with 7 additions and 7 deletions

6
flake.lock generated
View File

@@ -53,11 +53,11 @@
}, },
"nixpkgs-unpatched": { "nixpkgs-unpatched": {
"locked": { "locked": {
"lastModified": 1702130454, "lastModified": 1702167341,
"narHash": "sha256-3jB/y3myDM6XXG2YDv5DjLbHHgTIkxiV1q8N7PmP8Ms=", "narHash": "sha256-Z8I6AMkTJeckedyNzpBQh1m0VVLnQbckPOsIZ6obBMc=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "61b691834e5ce9590c44690e73392ee7e001d45a", "rev": "852e0ea0e8e1bd174bf1af9706f6b855319a5f1d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -23,8 +23,8 @@ in
package = pkgs.wrapMpv pkgs.mpv-unwrapped { package = pkgs.wrapMpv pkgs.mpv-unwrapped {
scripts = with pkgs.mpvScripts; [ scripts = with pkgs.mpvScripts; [
mpris mpris
# uosc uosc
pkgs.mpv-uosc-latest # pkgs.mpv-uosc-latest
]; ];
extraMakeWrapperArgs = lib.optionals (cfg.config.vo != null) [ extraMakeWrapperArgs = lib.optionals (cfg.config.vo != null) [
# 2023/08/29: fixes an error where mpv on moby launches with the message # 2023/08/29: fixes an error where mpv on moby launches with the message
@@ -94,6 +94,7 @@ in
in '' in ''
# docs: # docs:
# - <https://github.com/tomasklaen/uosc> # - <https://github.com/tomasklaen/uosc>
# - <https://github.com/tomasklaen/uosc/blob/main/src/uosc.conf>
# - <https://superuser.com/questions/1775550/add-new-buttons-to-mpv-uosc-ui> # - <https://superuser.com/questions/1775550/add-new-buttons-to-mpv-uosc-ui>
timeline_style=bar timeline_style=bar
timeline_persistency=paused,audio timeline_persistency=paused,audio
@@ -110,8 +111,7 @@ in
text_border=6.0 text_border=6.0
font_bold=yes font_bold=yes
background_text=ff8080 color=foreground=ff8080,background_text=ff8080
foreground=ff8080
ui_scale=1.0 ui_scale=1.0
''; '';