Fixes: efd80454b4 ("flake: update nixpkgs input")
Co-authored-by: 0xda157 <da157@voidq.com>
9 lines
129 B
Nix
9 lines
129 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "mpv";
|
|
homepage = "https://mpv.io";
|
|
maintainers = with lib.maintainers; [
|
|
da157
|
|
naho
|
|
];
|
|
}
|