feat: stop using discord-overlay
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-01-16 09:43:47 -05:00
parent d660175ce9
commit de5e8c58d2
4 changed files with 0 additions and 50 deletions

38
flake.lock generated
View file

@ -1,21 +1,5 @@
{
"nodes": {
"Vencord-src": {
"flake": false,
"locked": {
"lastModified": 1736482078,
"narHash": "sha256-ov1qLtBzLAO8k9pokOstEaeS/me+ElVvGzyFTSfaZM0=",
"owner": "Vendicated",
"repo": "vencord",
"rev": "3243120baaa56f65866b532b731bc3426512c90e",
"type": "github"
},
"original": {
"owner": "Vendicated",
"repo": "vencord",
"type": "github"
}
},
"ags": {
"inputs": {
"astal": [
@ -176,27 +160,6 @@
"type": "github"
}
},
"discord-overlay": {
"inputs": {
"Vencord-src": "Vencord-src",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1736492844,
"narHash": "sha256-pfNcw4tPwGG7FhK4sLRFiMOP8/QjfjWXvwUMkL9ofCs=",
"owner": "matt1432",
"repo": "discord-nightly-overlay",
"rev": "dad509df3ad7ec9f8e7da5cb02e6bc2be761569b",
"type": "github"
},
"original": {
"owner": "matt1432",
"repo": "discord-nightly-overlay",
"type": "github"
}
},
"dracul-ha-src": {
"flake": false,
"locked": {
@ -1684,7 +1647,6 @@
"bazarr-bulk": "bazarr-bulk",
"caule-themes-src": "caule-themes-src",
"custom-sidebar-src": "custom-sidebar-src",
"discord-overlay": "discord-overlay",
"dracul-ha-src": "dracul-ha-src",
"dracula-plymouth-src": "dracula-plymouth-src",
"eisa-scripts-src": "eisa-scripts-src",

View file

@ -40,12 +40,6 @@
repo = "custom-sidebar";
type = "github";
};
discord-overlay = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "matt1432";
repo = "discord-nightly-overlay";
type = "github";
};
dracul-ha-src = {
flake = false;
owner = "berti24";

View file

@ -145,11 +145,6 @@ let
owner = "eriedaberrie";
repo = "grim-hyprland";
};
discord-overlay = mkDep {
owner = "matt1432";
repo = "discord-nightly-overlay";
};
};
agsInputs = {

View file

@ -11,7 +11,6 @@ in {
config = mkIf cfg.enable {
nixpkgs.overlays =
(map (i: self.inputs.${i}.overlays.default) [
"discord-overlay"
"grim-hyprland"
"nixpkgs-wayland"
])