add some integration packages
This commit is contained in:
parent
0536f6ed71
commit
08ab45d6a4
|
@ -57,6 +57,9 @@ in pkgs.stdenv.mkDerivation {
|
||||||
(with pkgs.elmPackages; [
|
(with pkgs.elmPackages; [
|
||||||
elm
|
elm
|
||||||
elm-format
|
elm-format
|
||||||
|
elm-language-server
|
||||||
|
elm-test
|
||||||
|
elm-analyse
|
||||||
]);
|
]);
|
||||||
|
|
||||||
# TODO: elm-webpack-loader is trying to download the packages instead of using
|
# TODO: elm-webpack-loader is trying to download the packages instead of using
|
||||||
|
|
Loading…
Reference in a new issue