{ pkgs ? import {} }: let elmpkgs = with pkgs.elmPackages; [ elm elm-language-server elm-format elm-test ]; nodepkgs = with pkgs.nodePackages; [ elm-oracle uglify-js ]; in pkgs.mkShell { buildInputs = with pkgs; [ elm2nix ] ++ elmpkgs ++ nodepkgs; }