Skip to content

Commit

Permalink
feat(cosmic-applibrary): support raw values in filter option
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorAugustoLN committed Jan 21, 2025
1 parent 006dd14 commit 4ba081a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/applications/by-name/cosmic-applibrary/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ lib.cosmic.applications.mkCosmicApplication {
};
in
with lib.types;
oneOf [
maybeRonRaw (oneOf [
(ronEnum [ "None" ])
(ronTupleEnumOf (listOf str) [ "AppIds" ] 1)
(ronNamedStructOf categorySubmodule)
];
]);
example = {
__type = "namedStruct";
name = "Categories";
Expand Down

0 comments on commit 4ba081a

Please sign in to comment.