3 inherit (lib) mkOption types;
6 options.bare-submodule = mkOption {
7 type = types.submoduleWith {
9 shorthandOnlyDefinesConfig = config.shorthandOnlyDefinesConfig;
14 # config-dependent options: won't recommend, but useful for making this test parameterized
15 options.shorthandOnlyDefinesConfig = mkOption {