Revert 1 commits

5733da3 'feat: use nix-flatpak fork that allows local path for flatpakref'
This commit is contained in:
Youwen Wu 2024-12-26 22:30:56 -08:00
parent 5733da3404
commit 5777eb41c9
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 11 additions and 7 deletions

View file

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