fix: use archive.org link for sober flatpakref to avoid gh actions 403

This commit is contained in:
Youwen Wu 2024-12-26 22:40:18 -08:00
parent 5777eb41c9
commit 2a05c4f2bb
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -50,13 +50,10 @@ in
services.flatpak.packages = lib.mkIf cfg.roblox.enable [ services.flatpak.packages = lib.mkIf cfg.roblox.enable [
{ {
flatpakref = "./sober.flatpakref"; # Sober blocks github actions so we have to use the archive.org link
flatpakref = "https://web.archive.org/web/20241219115038if_/https://sober.vinegarhq.org/sober.flatpakref";
sha256 = "sha256:1pj8y1xhiwgbnhrr3yr3ybpfis9slrl73i0b1lc9q89vhip6ym2l"; sha256 = "sha256:1pj8y1xhiwgbnhrr3yr3ybpfis9slrl73i0b1lc9q89vhip6ym2l";
} }
{
appId = "org.vinegarhq.Sober";
origin = "sober";
}
]; ];
programs.steam = { programs.steam = {