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

17
flake.lock generated
View file

@ -644,22 +644,6 @@
"type": "github"
}
},
"nixpkgs-handbrake": {
"locked": {
"lastModified": 1749936441,
"narHash": "sha256-MfdTzz/ArELrweWK7FLofbK/NMvbpEhV8QCo6f7UBII=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c74daf34b6de017d7d43196c494f887a2b956f0f",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c74daf34b6de017d7d43196c494f887a2b956f0f",
"type": "github"
}
},
"nixpkgs-hurl": {
"locked": {
"lastModified": 1750581657,
@ -830,7 +814,6 @@
"nixos-cosmic": "nixos-cosmic",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_3",
"nixpkgs-handbrake": "nixpkgs-handbrake",
"nixpkgs-hurl": "nixpkgs-hurl",
"nur-rycee": "nur-rycee",
"sops-nix": "sops-nix",

View file

@ -45,13 +45,6 @@
ref = "refs/pull/418842/head";
};
nixpkgs-handbrake = {
type = "github";
owner = "NixOS";
repo = "nixpkgs";
rev = "c74daf34b6de017d7d43196c494f887a2b956f0f";
};
lix-module = {
url = "git+https://git.lix.systems/lix-project/nixos-module?ref=release-2.93";
inputs = {

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;
}