elmPackages.create-elm-app: init at 4.2.4

This commit is contained in:
Marek Fajkus 2020-04-04 22:21:46 +02:00
parent 05d265d62e
commit 02bc5b0ba1
No known key found for this signature in database
GPG Key ID: 95585219BA6FE2CC
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