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