{ pkgs ? import { }, }: pkgs.mkShell { packages = with pkgs; [ php phpPackages.composer phpactor ]; }