module: drop unused recursiveUpdate

This commit is contained in:
WilliButz 2023-12-10 14:57:46 +01:00
parent 332d717766
commit 8b05ebf200
No known key found for this signature in database
GPG key ID: FB0513677AB15BEA

View file

@ -7,9 +7,6 @@ let
inherit (lib) inherit (lib)
types; types;
inherit (lib.attrsets)
recursiveUpdate;
inherit (lib.modules) inherit (lib.modules)
mkDefault mkDefault
mkIf mkIf