nixpkgs/pkgs/development/compilers/elm/packages
Marek Fajkus 463229292d
elmPackages.lamdera: homepage from URL literal to string
reported by @ajs124
    > this breaks nixpkgs.tarball on unstable-small, because of the url literal

    This should address the issue
2022-08-30 22:47:20 +02:00
..
avh4-lib.nix
bimap.nix
elm-format-lib.nix
elm-format-markdown.nix
elm-format-test-lib.nix
elm-format.nix
elm-instrument.nix elm-instrument: fix build 2021-05-13 09:36:51 -07:00
elm-json.nix elmPackages.elm-json: 0.2.10 -> 0.2.12 2022-07-18 22:26:48 +02:00
elm-json.patch elmPackages.elm-json: 0.2.10 -> 0.2.12 2022-07-18 22:26:48 +02:00
elm-pages-fix-read-only.patch elmPackages.elm-pages: init at 2.1.11 2022-05-30 09:56:44 -04:00
elm-srcs.nix
elm-test-rs.nix elmPackages: restore positions, use makeScope, cleanup 2022-02-15 04:38:47 -08:00
elm.nix elmPackages: restore positions, use makeScope, cleanup 2022-02-15 04:38:47 -08:00
elmi-to-json.nix
generate-node-packages.sh elmPackages: fix nodejs packages 2021-12-30 19:05:19 +01:00
indents.nix
lamdera.nix elmPackages.lamdera: homepage from URL literal to string 2022-08-30 22:47:20 +02:00
lib.nix
node-composition.nix elmPackages: semi-automatic update of nodejs packages 2022-07-10 11:33:02 +02:00
node-packages.json elmPackages.elm-pages: init at 2.1.11 2022-05-30 09:56:44 -04:00
node-packages.nix elmPackages.elm-review: 2.7.2 -> 2.7.4 2022-08-24 22:40:50 +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.