pkgs(handbrake): Remove temporily overlay for handbrake
This commit is contained in:
parent
8ef71a5c90
commit
bd3dad4e22
4 changed files with 0 additions and 30 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
{inputs, ...}: final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
inherit (inputs.nixpkgs-handbrake.legacyPackages.${system}) handbrake;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue