with import (toString ../functions); with builtins; {pkgs, ...}: { config.nixpkgs.overlays = attrValues (import-folder {path = (toString ../overlays);}); }