{ pkgs ? import { overlays = [ (import ./default.nix { inherit pkgs; }) ]; } }: with pkgs; mkShell { buildInputs = map (name: xyz-euandreh."${name}") (builtins.attrNames xyz-euandreh); }