mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-17 20:52:09 -08:00
chore: vendor the sober flatpakref to prevent github actions 403
This commit is contained in:
parent
35390f1e0c
commit
f5985b0c04
2 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ in
|
|||
|
||||
services.flatpak.packages = lib.mkIf cfg.roblox.enable [
|
||||
{
|
||||
flatpakref = "https://sober.vinegarhq.org/sober.flatpakref";
|
||||
flatpakref = "./sober.flatpakref";
|
||||
sha256 = "sha256:1pj8y1xhiwgbnhrr3yr3ybpfis9slrl73i0b1lc9q89vhip6ym2l";
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue