mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-01 15:13:09 +02:00
chore: format code
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
(lib.attrsets.filterAttrs
|
||||
(
|
||||
path: _type:
|
||||
(_type == "directory") # include directories
|
||||
(_type == "directory") # include directories
|
||||
|| (
|
||||
(path != "default.nix") # ignore default.nix
|
||||
&& (lib.strings.hasSuffix ".nix" path) # include .nix files
|
||||
|
||||
Reference in New Issue
Block a user