This commit is contained in:
Shelvacu
2025-07-12 18:09:55 -07:00
committed by Shelvacu on prophecy
parent 2c867bdd41
commit d9ffbb8845

View File

@@ -5,7 +5,7 @@ let
directoryListing = builtins.removeAttrs (builtins.readDir ./.) [ "default.nix" ];
filePaths = lib.mapAttrsToList (
k: v:
assert v == "file";
assert v == "regular";
./${k}
) directoryListing;
functionSets = map (path: import path args) filePaths;