This commit is contained in:
Kopatz
2026-02-19 13:58:45 +01:00
parent bb7a77afed
commit 49b3690f68
2 changed files with 12 additions and 12 deletions

6
flake.lock generated
View File

@@ -397,11 +397,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1770841267, "lastModified": 1771008912,
"narHash": "sha256-9xejG0KoqsoKEGp2kVbXRlEYtFFcDTHjidiuX8hGO44=", "narHash": "sha256-gf2AmWVTs8lEq7z/3ZAsgnZDhWIckkb+ZnAo5RzSxJg=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ec7c70d12ce2fc37cb92aff673dcdca89d187bae", "rev": "a82ccc39b39b621151d6732718e3e250109076fa",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -39,15 +39,15 @@ in
# You can change versions, add patches, set compilation flags, anything really. # You can change versions, add patches, set compilation flags, anything really.
# https://nixos.wiki/wiki/Overlays # https://nixos.wiki/wiki/Overlays
modifications = final: prev: { modifications = final: prev: {
vencord = prev.vencord.overrideAttrs { #vencord = prev.vencord.overrideAttrs {
version = "1.14.1"; # version = "1.14.1";
src = prev.fetchFromGitHub { # src = prev.fetchFromGitHub {
owner = "Vendicated"; # owner = "Vendicated";
repo = "Vencord"; # repo = "Vencord";
tag = "v1.14.1"; # tag = "v1.14.1";
hash = "sha256-g+zyq4KvLhn1aeziTwh3xSYvzzB8FwoxxR13mbivyh4="; # hash = "sha256-g+zyq4KvLhn1aeziTwh3xSYvzzB8FwoxxR13mbivyh4=";
}; # };
}; #};
discord-canary = prev.discord-canary.override { withVencord = true; }; discord-canary = prev.discord-canary.override { withVencord = true; };
discord = prev.discord.override { withVencord = true; }; discord = prev.discord.override { withVencord = true; };
#tetrio-desktop = prev.tetrio-desktop.override { withTetrioPlus = true; }; #tetrio-desktop = prev.tetrio-desktop.override { withTetrioPlus = true; };