{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ php ]; shellHook = '' php -S localhost:8000 ''; }