refactor: rename clanCore -> clan.core
This commit is contained in:
@@ -5,7 +5,13 @@
|
||||
...
|
||||
}:
|
||||
{
|
||||
options.clanCore.optionsNix = lib.mkOption {
|
||||
imports = [
|
||||
(lib.mkRenamedOptionModule [ "clanCore" ] [
|
||||
"clan"
|
||||
"core"
|
||||
])
|
||||
];
|
||||
options.clan.core.optionsNix = lib.mkOption {
|
||||
type = lib.types.raw;
|
||||
internal = true;
|
||||
readOnly = true;
|
||||
|
||||
Reference in New Issue
Block a user