Pin mpv to nixpkgs stable
All checks were successful
/ check (push) Successful in 1m38s

The unstable version is showing a blue screen instead of the video.
This commit is contained in:
Oliver Davies 2025-06-03 12:45:13 +01:00 committed by Oliver Davies
parent 424c5e9127
commit f0217e4640

View file

@ -1,4 +1,4 @@
{ config, lib, ... }: { config, lib, pkgs, ... }:
with lib; with lib;
@ -11,6 +11,7 @@ in
config = mkIf cfg.enable { config = mkIf cfg.enable {
programs.mpv = { programs.mpv = {
enable = true; enable = true;
package = pkgs.stable.mpv;
# https://github.com/mpv-player/mpv/blob/master/etc/input.conf # https://github.com/mpv-player/mpv/blob/master/etc/input.conf
bindings = { bindings = {