overlays: remove invidious overlay

This commit is contained in:
Aaron Bieber 2024-04-09 15:00:04 -06:00
parent 5df5dc5315
commit e19ce26d29
No known key found for this signature in database
2 changed files with 0 additions and 25 deletions

View File

@ -6,7 +6,6 @@ let
inherit (xinlib) prIsOpen todo;
matrix-synapse-unwrapped = prIsOpen.overlay 0 (import ./matrix-synapse.nix);
heisenbridge = prIsOpen.overlay 0 (import ./heisenbridge.nix);
invidious = prIsOpen.overlay 300643 (import ./invidious.nix);
in
{
nixpkgs.overlays = [
@ -20,7 +19,6 @@ in
] ++
(if isUnstable
then [
invidious
]
else [
]);

View File

@ -1,23 +0,0 @@
{
"branches": [
"master",
"nixos-unstable",
"nixos-unstable-small",
"nixpkgs-unstable",
"staging",
"staging-next"
],
"error": "",
"pull_request": 300643,
"release": "unstable",
"status": "complete",
"status_info": {
"master": true,
"nixos-unstable": true,
"nixos-unstable-small": true,
"nixpkgs-unstable": true,
"staging": true,
"staging-next": true
},
"title": "invidious: 0.20.1-unstable-2024-03-08 -> 0.20.1-unstable-2024-03-31"
}