lock: update and switch nixpkgs to nixos-24.11
This commit is contained in:
parent
5f531791f7
commit
6f479945b7
10 changed files with 17 additions and 1838 deletions
|
@ -26,7 +26,8 @@ let
|
|||
}) cfg.settings.script-opts;
|
||||
};
|
||||
|
||||
wrappedMpv = pkgs.wrapMpv cfg.package {
|
||||
wrappedMpv = cfg.package.wrapper {
|
||||
mpv = cfg.package;
|
||||
youtubeSupport = cfg.youtubeSupport;
|
||||
scripts = cfg.scripts;
|
||||
extraMakeWrapperArgs = lib.optionals (lib.any (x: x) [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue