diff --git a/pkgs/default.nix b/pkgs/default.nix index e477dd4..25e514e 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -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