feat: use nix-flatpak fork that allows local path for flatpakref

This commit is contained in:
Youwen Wu 2024-12-26 22:26:42 -08:00
parent c2a1a204bb
commit 5733da3404
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 7 additions and 11 deletions

View file

@ -50,12 +50,8 @@ in
services.flatpak.packages = lib.mkIf cfg.roblox.enable [
{
flatpakref = "./sober.flatpakref";
sha256 = "sha256:1pj8y1xhiwgbnhrr3yr3ybpfis9slrl73i0b1lc9q89vhip6ym2l";
}
{
flatpakref = ./sober.flatpakref;
appId = "org.vinegarhq.Sober";
origin = "sober";
}
];