mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
Revert 1 commits
5733da3
'feat: use nix-flatpak fork that allows local path for flatpakref'
This commit is contained in:
parent
5733da3404
commit
5777eb41c9
3 changed files with 11 additions and 7 deletions
|
@ -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";
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue