añade configuración necesaria para shenvs
This commit is contained in:
parent
9f72d24109
commit
4b9e6bb4ee
4 changed files with 26 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue