refactor: resolve warnings/errors in checks

This commit is contained in:
2026-03-11 21:25:32 +01:00
committed by hektor
parent ff4e9ee337
commit b5776e547c
20 changed files with 5 additions and 27 deletions
+1 -2
View File
@@ -2,6 +2,5 @@
{
dirNames =
path:
builtins.attrNames (lib.filterAttrs (name: type: type == "directory") (builtins.readDir path));
path: builtins.attrNames (lib.filterAttrs (_: type: type == "directory") (builtins.readDir path));
}