Skip to content

Commit

Permalink
nixos/services/flatpak: fix sober example
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 22, 2024
1 parent 3e61e4d commit 0a365b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/nixos/services/flatpak/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ in
type = lib.types.listOf (lib.types.either lib.types.str (lib.types.attrsOf lib.types.anything));
description = "Flatpaks to install.";
example = [
"https://sober.vinegarhq.org/sober.flatpakref"
{
flatpakref = "https://sober.vinegarhq.org/sober.flatpakref";
sha256 = "sha256:1pj8y1xhiwgbnhrr3yr3ybpfis9slrl73i0b1lc9q89vhip6ym2l";
}
];
};
};
Expand Down

0 comments on commit 0a365b4

Please sign in to comment.