feat(clanInternals): dont allow superfluous options
This commit is contained in:
@@ -194,7 +194,8 @@ in
|
|||||||
visible = false;
|
visible = false;
|
||||||
# ClanInternals
|
# ClanInternals
|
||||||
type = types.submodule {
|
type = types.submodule {
|
||||||
freeformType = types.attrsOf types.raw;
|
# Uncomment this if you want to add more stuff while debugging
|
||||||
|
# freeformType = types.attrsOf types.raw;
|
||||||
options = {
|
options = {
|
||||||
# Those options are interfaced by the CLI
|
# Those options are interfaced by the CLI
|
||||||
# We don't specify the type here, for better performance.
|
# We don't specify the type here, for better performance.
|
||||||
|
|||||||
Reference in New Issue
Block a user