From 5462ff7e50ce4ea9dac6427a1932fd8ac211f9e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 29 Sep 2024 20:11:34 +0200 Subject: [PATCH] pkgs/schema: no longer use deprecated variable --- pkgs/schemas/flake-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/schemas/flake-module.nix b/pkgs/schemas/flake-module.nix index f0e92a0f0..e9e186874 100644 --- a/pkgs/schemas/flake-module.nix +++ b/pkgs/schemas/flake-module.nix @@ -23,7 +23,7 @@ modulename: _: jsonLib.parseOptions (optionsFromModule modulename) { } ) clanModules; - clanModuleFunctionSchemas = lib.mapAttrsFlatten ( + clanModuleFunctionSchemas = lib.attrsets.mapAttrsToList ( modulename: _: (self.lib.modules.getFrontmatter modulename) // {