Merge pull request 'flake-parts: ensure flake.darwinConfigurations is mergeable' (#3244) from push-zurymrrrxwur into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3244
This commit is contained in:
Michael Hoang
2025-04-08 17:20:16 +00:00

View File

@@ -2,7 +2,6 @@ clan-core:
{
config,
lib,
flake-parts-lib,
self,
inputs,
...
@@ -44,11 +43,10 @@ in
};
};
options.flake =
flake-parts-lib.mkSubmoduleOptions {
clan = lib.mkOption { type = types.raw; };
}
// outputModule.topLevel.options;
options.flake = {
clan = lib.mkOption { type = types.raw; };
} // outputModule.topLevel.options;
config = {
flake = {
clan = outputModule.clan;