overlays: remove invidious overlay
This commit is contained in:
parent
5df5dc5315
commit
e19ce26d29
@ -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 [
|
||||
]);
|
||||
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user