Skip to content

Commit

Permalink
refactor(panels): remove maybeRonRaw type from panel name
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorAugustoLN committed Jan 11, 2025
1 parent f08661b commit fa3f1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/panels.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ in
'';

name = lib.mkOption {
type = with lib.types; maybeRonRaw str;
type = lib.types.str;
example = "Panel";
description = ''
The name of the panel.
Expand Down

0 comments on commit fa3f1b1

Please sign in to comment.