fix firefox widevine

This commit is contained in:
Sean Kovacs 2025-12-14 15:23:45 -05:00
commit 498ffad0c4
Signed by: sckova
GPG key ID: 00F325187C68651A
5 changed files with 36 additions and 27 deletions

View file

@ -25,6 +25,4 @@ final: prev: {
};
spotifyd = prev.callPackage (builtins.path { path = ./spotifyd/package.nix; }) { };
widevine-firefox = prev.callPackage (builtins.path { path = ./widevine-firefox/package.nix; }) { };
}