Merge pull request 'Automatic flake update - nixpkgs - 2024-12-02T00:00+00:00' (#2530) from flake-update-nixpkgs-2024-12-02 into main

This commit is contained in:
clan-bot
2024-12-02 14:21:56 +00:00
8 changed files with 36 additions and 30 deletions

View File

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