inventory/interface: reduce apply arguments chain by adding it to _module.args
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
{
|
||||
clanLib,
|
||||
settingsOption ? null,
|
||||
nestedSettingsOption ? null,
|
||||
}:
|
||||
{ lib, ... }:
|
||||
{ lib, clanLib, ... }:
|
||||
let
|
||||
inherit (lib)
|
||||
types
|
||||
|
||||
Reference in New Issue
Block a user