nixpkgs/pkgs/development/compilers/elm/packages
andys8 d14669c94c elmPackages.*: update to latest versions
Intention is to update elm-language-server to 1.4.6
2020-01-03 11:11:04 +01:00
..
elm-format.nix elm-format: 0.8.1 -> 0.8.2 2019-08-08 23:42:08 -07:00
elm-srcs.nix Elm: 0.19.0 -> 0.19.1 2019-10-21 21:32:35 +02:00
elm.nix Elm: 0.19.0 -> 0.19.1 2019-10-21 21:32:35 +02:00
elmi-to-json.nix Elm: 0.19.0 -> 0.19.1 2019-10-21 21:32:35 +02:00
generate-node-packages.sh elmPackages: share node-env.nix, add elm-live & elm-xref 2019-08-27 22:02:37 +02:00
indents.nix Elm: 0.19 builds with elm-format 2018-08-26 23:20:41 +01:00
node-composition.nix elmPackages.elm-language-server: Init at 1.4.1 2019-09-15 16:36:17 +02:00
node-packages.json elmPackages.{elm-test,elm-analyse}: elm 0.19.1 updates 2019-10-22 19:16:46 +02:00
node-packages.nix elmPackages.*: update to latest versions 2020-01-03 11:11:04 +01:00
patch-binwrap.nix elmPackages.{elm-test,elm-analyse..}: tooling additions and fixes 2019-06-18 21:29:10 +02:00
README.md elmPackages.{elm-test,elm-analyse..}: tooling additions and fixes 2019-06-18 21:29:10 +02:00

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.