{ pkgs ? import { } }: with pkgs; mkShell { buildInputs = [ agda ]; shellHook = '' # ... ''; }