add rec (sad)

This commit is contained in:
Gerg-L 2023-10-22 14:43:50 -04:00
parent ea2ae118f6
commit 258253f5d5
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -6,6 +6,9 @@ inputs@{
}: }:
let let
inherit (unstable) lib; inherit (unstable) lib;
in
# Only good use case for rec
rec {
listNixFilesRecursive = listNixFilesRecursive =
path: path:
@ -28,9 +31,6 @@ let
}) })
(listNixFilesRecursive path) (listNixFilesRecursive path)
); );
in
{
inherit importAll mkModules listNixFilesRecursive;
gerg-utils = gerg-utils =
config: f: config: f: