modules: stop filtering files starting with _
There are no instances of this in-tree.
This commit is contained in:
committed by
Robert Helgesson
parent
041a999e8c
commit
cbfe673271
@@ -86,7 +86,6 @@ let
|
||||
(
|
||||
dir:
|
||||
lib.pipe (builtins.readDir dir) [
|
||||
(lib.filterAttrs (path: _kind: !lib.hasPrefix "_" path))
|
||||
(lib.filterAttrs (
|
||||
_path: kind: kind == "directory" || (kind == "regular" && lib.hasSuffix ".nix" _path)
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user