1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-14 08:34:50 +00:00
nixpkgs/pkgs/development/compilers/elm/packages
andys8 76d5dd8459 Update elm-language-server, and other elm tools
elm-hot-webpack-loader 1.1.7
elm-test 0.19.1-revision4
elm-webpack-loader 6.0.1
elm-language-server 1.12.0
create-elm-app 5.2.1
2020-10-06 00:11:29 +02:00
..
elm-format.nix elm-format: 0.8.3 -> 0.8.4 2020-09-23 22:34:04 -07:00
elm-instrument.nix
elm-json.nix elmPackages.elm-json: remove verifyCargoDeps 2020-08-20 10:05:23 +10:00
elm-json.patch elmPackages.elm-json: init at 0.2.7 2020-08-15 23:33:39 +02:00
elm-srcs.nix
elm.nix
elmi-to-json.nix
generate-node-packages.sh
indents.nix
lib.nix
node-composition.nix
node-packages.json elmPackages.elm-optimize-level-2: Init at 0.1.3 2020-08-29 11:59:03 +02:00
node-packages.nix Update elm-language-server, and other elm tools 2020-10-06 00:11:29 +02:00
README.md

Elm packages

Mixtures of useful Elm lang tooling containing both Haskell and Node.js based utilities.

Upgrades

Haskell parts of the ecosystem are using cabal2nix. Please refer to nix documentation and cabal2nix readme for more information. Elm-format update scripts is part of its repository.

Node dependencies are defined in node-packages.json. Node2nix is used for generating nix expression from this file. Use generate-node-packages.sh for updates of nix expressions.

Binwrap Patch

Some node packages might use binwrap typically for installing elmi-to-json. Binwrap is not compatible with nix. To overcome issues with those packages apply patch-binwrap.nix which essentially does 2 things.

  1. It replaces binwrap scripts with noop shell scripts
  2. It uses nix for installing the binaries to expected location in node_modules

Example usage be found in elm/default.nix.