Skip to content

Commit

Permalink
Fix deprecated litteralExample
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsushita committed Jun 19, 2024
1 parent 4a4929f commit 811c32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/shortcuts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ let
inherit description;
type = types.submodule { options = shortcutOptions id enable mods key; };
default = {};
example = options.literalExample ''
example = options.literalExpression ''
{
enable = true;
mods = {
Expand Down

0 comments on commit 811c32c

Please sign in to comment.