pkgs(handbrake): Remove temporily overlay for handbrake

This commit is contained in:
ulic-youthlic 2025-06-23 23:22:18 +08:00
parent 8ef71a5c90
commit bd3dad4e22
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 0 additions and 30 deletions

View file

@ -12,7 +12,6 @@ in
./helix.nix
./cliphist.nix
./fix-hurl.nix
./fix-handbrake.nix
]
|> map (file: import file args)
|> (overlays: (lib.composeManyExtensions overlays) final prev)

View file

@ -1,5 +0,0 @@
{inputs, ...}: final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
inherit (inputs.nixpkgs-handbrake.legacyPackages.${system}) handbrake;
}