añade configuración necesaria para shenvs

This commit is contained in:
Fabián Montero 2022-03-29 00:00:36 -06:00
parent 9f72d24109
commit 4b9e6bb4ee
4 changed files with 26 additions and 7 deletions

View file

@ -16,7 +16,7 @@ with pkgs.lib; let
value = import (root + "/${name}");
};
in
mapAttrs' entry (filterAttrs isMatch (readDir root));
mapAttrs' entry (filterAttrs isMatch (builtins.readDir root));
in {
shenvs = let