nixpkgs/pkgs/development/compilers/elm/packages
2023-08-18 17:34:58 -07:00
..
avh4-lib.nix elmPackages.elm-format: 0.8.6 -> 0.8.7 2023-04-11 16:29:27 -07:00
bimap.nix
elm-format-lib.nix elmPackages.elm-format: 0.8.6 -> 0.8.7 2023-04-11 16:29:27 -07:00
elm-format-markdown.nix elmPackages.elm-format: 0.8.6 -> 0.8.7 2023-04-11 16:29:27 -07:00
elm-format-test-lib.nix elmPackages.elm-format: 0.8.6 -> 0.8.7 2023-04-11 16:29:27 -07:00
elm-format.nix elmPackages.elm-format: 0.8.6 -> 0.8.7 2023-04-11 16:29:27 -07:00
elm-instrument.nix
elm-json.nix
elm-json.patch
elm-pages-fix-read-only.patch
elm-srcs.nix
elm-test-rs.nix elmPackages.elm-test-rs: unset verifyCargoDeps 2023-06-05 14:32:09 -04:00
elm-test.nix elmPackages.elm-test: use buildNpmPackage 2023-08-18 17:34:58 -07:00
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 nodejs*: normalise names to better fit other packages 2023-04-25 11:28:17 +02:00
node-packages.json elm-spa: init at 6.0.4 2023-04-11 09:55:44 +03:00
node-packages.nix updating the elm stuff 2023-05-04 13:44:39 -06: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.