*: nix fmt

This commit is contained in:
lassulus
2024-12-02 15:14:40 +01:00
parent 9cd434f772
commit 3ae82f3efc
7 changed files with 33 additions and 27 deletions

View File

@@ -4,9 +4,12 @@
}:
{
imports = [
(lib.mkRenamedOptionModule [ "clanCore" ] [
"clan"
"core"
])
(lib.mkRenamedOptionModule
[ "clanCore" ]
[
"clan"
"core"
]
)
];
}