nixpkgs/pkgs/development/compilers/elm/packages
2023-04-03 13:54:57 -07:00
..
avh4-lib.nix elm-format: 0.8.5 -> 0.8.6 2023-03-01 13:38:02 -08:00
bimap.nix
elm-format-lib.nix elm-format: 0.8.5 -> 0.8.6 2023-03-01 13:38:02 -08:00
elm-format-markdown.nix elm-format: 0.8.5 -> 0.8.6 2023-03-01 13:38:02 -08:00
elm-format-test-lib.nix elm-format: 0.8.5 -> 0.8.6 2023-03-01 13:38:02 -08:00
elm-format.nix elm-format: 0.8.5 -> 0.8.6 2023-03-01 13:38:02 -08:00
elm-instrument.nix
elm-json.nix
elm-json.patch
elm-pages-fix-read-only.patch
elm-srcs.nix
elm-test-rs.nix
elm.nix
elmi-to-json.nix
generate-node-packages.sh
indents.nix
lamdera.nix elmPackages.lamdera: 1.0.1 -> 1.1.0 2023-04-03 13:54:57 -07:00
lib.nix
node-composition.nix
node-packages.json
node-packages.nix elmPackages.*: Semi automated update 2023-03-07 09:26:00 +01: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.