Skip to content

Commit 08228ca

Browse files
committed
feat(wrapperModules.bat): Change syntaxes option type to stringable
1 parent ac7e8ab commit 08228ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wrapperModules/b/bat/module.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'';
2727
};
2828
syntaxes = lib.mkOption {
29-
type = lib.types.attrsOf lib.types.string;
29+
type = lib.types.attrsOf wlib.types.stringable;
3030
default = { };
3131
description = ''
3232
Bat/Sublime syntaxes to copy to `syntaxes/` directory

0 commit comments

Comments
 (0)