hotifx
This commit is contained in:
parent
a2209c4f8e
commit
9f72d24109
|
@ -16,7 +16,7 @@ with pkgs.lib; let
|
|||
value = import (root + "/${name}");
|
||||
};
|
||||
in
|
||||
mapAttrs' entry (filterAttrs isMatch (readDir root))
|
||||
mapAttrs' entry (filterAttrs isMatch (readDir root));
|
||||
|
||||
in {
|
||||
shenvs = let
|
||||
|
|
Loading…
Reference in a new issue