exa -> eza

This commit is contained in:
Gerg-L 2023-09-08 19:31:00 -04:00
parent 0f4bf80126
commit 2ed7886306
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
2 changed files with 11 additions and 11 deletions

View file

@ -32,7 +32,7 @@ in {
inherit importAll mkModules listNixFilesRecursive;
gerg-utils = config: f:
lib.fold lib.recursiveUpdate {}
lib.foldr lib.recursiveUpdate {}
(map (system:
f {
inherit system;