{ pkgs ? import { } }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ elmPackages.elm elm2nix ]; }