Make lib usable from flakes.

This commit is contained in:
2021-11-22 06:39:38 -08:00
parent 252346a8e8
commit 50fa2ef9ed
3 changed files with 13 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ let
import-by-basename = path:
mapAttrs (attr: attr-file: import attr-file)
(basename-to-file path);
(basename-to-file-map path);
in {
inherit basename-to-file-map import-by-basename;
}