1 2 3 4 5 6 7 8 9 10
let briefcase = import <briefcase> {}; pkgs = briefcase.third_party.pkgs; in pkgs.mkShell { buildInputs = with pkgs.elmPackages; [ elm elm-format elm-live ]; }