applies all recommended deadnix fixes, and adds it to checks
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -44,7 +44,7 @@
|
||||
lsdir =
|
||||
dir:
|
||||
lib.optionals (builtins.pathExists dir) (
|
||||
lib.attrNames (lib.filterAttrs (path: type: type == "directory") (builtins.readDir dir))
|
||||
lib.attrNames (lib.filterAttrs (_: type: type == "directory") (builtins.readDir dir))
|
||||
);
|
||||
|
||||
# return full paths of all files in a directory
|
||||
|
Reference in New Issue
Block a user