Skip to content

Commit 5a11f8e

Browse files
authored
fix(wrapperModules.claude-code): missed a typo (#182)
1 parent 266db54 commit 5a11f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrapperModules/c/claude-code/module.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ in
3535
};
3636

3737
mcpConfig = lib.mkOption {
38-
type = lib.jsonFmt.type;
38+
type = jsonFmt.type;
3939
default = { };
4040
description = ''
4141
MCP Server configuration

0 commit comments

Comments
 (0)