add mpv and mps-youtube
This commit is contained in:
parent
e5ac3f9375
commit
bbb48d6a45
4 changed files with 22 additions and 0 deletions
10
overlays/mps-youtube.nix
Normal file
10
overlays/mps-youtube.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
self: super: {
|
||||
mps-youtube = super.mps-youtube.overrideAttrs(old: rec {
|
||||
src = super.fetchFromGitHub {
|
||||
owner = "louisabraham";
|
||||
repo = "mps-youtube";
|
||||
rev = "234bc691f43f6df88d831409b2887fda45270636";
|
||||
sha256 = "14gsiacd05fsqb62zfapdll8dn1hbfi9vvh4wvk41qbxrla4p7d7";
|
||||
};
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue