refactor: remove unused arguments

This commit is contained in:
Yusuf Bera Ertan 2022-10-03 15:00:57 +03:00
parent 73e575078e
commit 11cde51ab4
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -1,9 +1,4 @@
{
config,
callPackageDream,
lib,
...
}: let
{config, ...}: let
funcs = config.functions.subsystem-loading;
collectedModules = funcs.collect "discoverers";
in {