nixpkgs/pkgs/development/compilers/elm/packages
Domen Kožar b7f877078b
Merge pull request #95156 from turboMaCk/add-elm-json
elmPackages.elm-json: init at 0.2.7
2020-08-16 11:29:27 +02:00
..
elm-format.nix elm-format: 0.8.2 -> 0.8.3 2020-02-29 14:34:11 -08:00
elm-instrument.nix elm-instrument: update homepage link to use HTTPS 2020-04-24 19:44:59 -07:00
elm-json.nix elmPackages.elm-json: init at 0.2.7 2020-08-15 23:33:39 +02:00
elm-json.patch elmPackages.elm-json: init at 0.2.7 2020-08-15 23:33:39 +02: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 elmPackages.elmi-to-json: 1.2.0 -> 1.3.0 2020-03-17 14:03:25 +01:00
generate-node-packages.sh elmPackages: Refactor lib and builds of packages 2020-06-23 19:44:34 +02:00
indents.nix Elm: 0.19 builds with elm-format 2018-08-26 23:20:41 +01:00
lib.nix elmPackages: Refactor lib and builds of packages 2020-06-23 19:44:34 +02:00
node-composition.nix elmPackages: Refactor lib and builds of packages 2020-06-23 19:44:34 +02:00
node-packages.json elmPackages.create-elm-app: init at 4.2.4 2020-04-10 21:08:25 +02:00
node-packages.nix elm.Packages: Regenerate elm packages 2020-07-18 20:32:12 +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.