flake-parts: remove unnecessary mkSubmoduleOptions
This is no longer necessary as of https://github.com/NixOS/nixpkgs/pull/156533.
This commit is contained in:
@@ -2,7 +2,6 @@ clan-core:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
flake-parts-lib,
|
||||
self,
|
||||
inputs,
|
||||
...
|
||||
@@ -44,12 +43,10 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
options.flake = flake-parts-lib.mkSubmoduleOptions (
|
||||
{
|
||||
options.flake = {
|
||||
clan = lib.mkOption { type = types.raw; };
|
||||
}
|
||||
// outputModule.topLevel.options
|
||||
);
|
||||
} // outputModule.topLevel.options;
|
||||
|
||||
config = {
|
||||
flake = {
|
||||
clan = outputModule.clan;
|
||||
|
||||
Reference in New Issue
Block a user