mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -08:00
fix: use archive.org link for sober flatpakref to avoid gh actions 403
This commit is contained in:
parent
5777eb41c9
commit
2a05c4f2bb
1 changed files with 2 additions and 5 deletions
|
@ -50,13 +50,10 @@ in
|
|||
|
||||
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";
|
||||
}
|
||||
{
|
||||
appId = "org.vinegarhq.Sober";
|
||||
origin = "sober";
|
||||
}
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
|
|
Loading…
Reference in a new issue