Merge pull request #84276 from turboMaCk/create-elm-app

elmPackages.create-elm-app: init at 4.2.4
This commit is contained in:
Domen Kožar 2020-04-10 21:24:23 +02:00 committed by GitHub
commit a0f0bcdd08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8227 additions and 99 deletions

View file

@ -106,6 +106,14 @@ let
ln -sf ${elm-instrument}/bin/elm-instrument unpacked_bin/elm-instrument
'';
};
create-elm-app = patchBinwrap [elmi-to-json] (nodePkgs.create-elm-app.override {
preRebuild = ''
rm node_modules/elm/install.js
echo "console.log('no-op');" > node_modules/elm/install.js
'';
});
elm-language-server = nodePkgs."@elm-tooling/elm-language-server";
inherit (nodePkgs) elm-doc-preview elm-live elm-upgrade elm-xref elm-analyse;

View file

@ -7,5 +7,6 @@
"elm-test",
"elm-upgrade",
"elm-verify-examples",
"elm-xref"
"elm-xref",
"create-elm-app"
]

File diff suppressed because it is too large Load diff