about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
author1sixth <1sixth@shinta.ro>2024-06-10 01:19:06 +0800
committer1sixth <1sixth@shinta.ro>2024-06-10 09:34:50 +0800
commitf862ae2e3137702ca3df7c1cea80f28431df492f (patch)
tree1610187659dd1231fd7a75e5706ccb58b3dce0e0 /nixos
parente04560f23027c7d1fb33a7ccc780c9e285e975e5 (diff)
nixos/tests/mpv: adapt to the new mpv wrapper
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/mpv.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/mpv.nix b/nixos/tests/mpv.nix
index 32a81cbe2495e..c2e151c224760 100644
--- a/nixos/tests/mpv.nix
+++ b/nixos/tests/mpv.nix
@@ -12,7 +12,7 @@ in
     {
       environment.systemPackages = [
         pkgs.curl
-        (pkgs.wrapMpv pkgs.mpv-unwrapped {
+        (pkgs.mpv.override {
           scripts = [ pkgs.mpvScripts.simple-mpv-webui ];
         })
       ];