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
17
flake.lock
generated
17
flake.lock
generated
|
|
@ -644,22 +644,6 @@
|
||||||
"type": "github"
|
"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": {
|
"nixpkgs-hurl": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1750581657,
|
"lastModified": 1750581657,
|
||||||
|
|
@ -830,7 +814,6 @@
|
||||||
"nixos-cosmic": "nixos-cosmic",
|
"nixos-cosmic": "nixos-cosmic",
|
||||||
"nixos-hardware": "nixos-hardware",
|
"nixos-hardware": "nixos-hardware",
|
||||||
"nixpkgs": "nixpkgs_3",
|
"nixpkgs": "nixpkgs_3",
|
||||||
"nixpkgs-handbrake": "nixpkgs-handbrake",
|
|
||||||
"nixpkgs-hurl": "nixpkgs-hurl",
|
"nixpkgs-hurl": "nixpkgs-hurl",
|
||||||
"nur-rycee": "nur-rycee",
|
"nur-rycee": "nur-rycee",
|
||||||
"sops-nix": "sops-nix",
|
"sops-nix": "sops-nix",
|
||||||
|
|
|
||||||
|
|
@ -45,13 +45,6 @@
|
||||||
ref = "refs/pull/418842/head";
|
ref = "refs/pull/418842/head";
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs-handbrake = {
|
|
||||||
type = "github";
|
|
||||||
owner = "NixOS";
|
|
||||||
repo = "nixpkgs";
|
|
||||||
rev = "c74daf34b6de017d7d43196c494f887a2b956f0f";
|
|
||||||
};
|
|
||||||
|
|
||||||
lix-module = {
|
lix-module = {
|
||||||
url = "git+https://git.lix.systems/lix-project/nixos-module?ref=release-2.93";
|
url = "git+https://git.lix.systems/lix-project/nixos-module?ref=release-2.93";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@ in
|
||||||
./helix.nix
|
./helix.nix
|
||||||
./cliphist.nix
|
./cliphist.nix
|
||||||
./fix-hurl.nix
|
./fix-hurl.nix
|
||||||
./fix-handbrake.nix
|
|
||||||
]
|
]
|
||||||
|> map (file: import file args)
|
|> map (file: import file args)
|
||||||
|> (overlays: (lib.composeManyExtensions overlays) final prev)
|
|> (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