16 lines
145 B
Nix
16 lines
145 B
Nix
{
|
|
lib,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
(lib.mkRenamedOptionModule
|
|
[ "clanCore" ]
|
|
[
|
|
"clan"
|
|
"core"
|
|
]
|
|
)
|
|
];
|
|
}
|