mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 23:23:07 +00:00
d29cd82bfb
`node-packages.nix` was regenerated after having run `generate-node-packages.sh` in order to pick up dependencies for `elm-pages`. In addition, we add `elm`, `elm-review`, and `elm-optimize-level-2` to the `PATH` for `elm-pages` since those are needed at runtime. A patch is also included to fix an issue where files are copied from the `nix-store` as read-only (credit to @bcardiff for that fix). An upstream issue https://github.com/dillonkearns/elm-pages/issues/305 has been opened to track this. |
||
---|---|---|
.. | ||
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-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 | ||
lib.nix | ||
node-composition.nix | ||
node-packages.json | ||
node-packages.nix | ||
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.
- It replaces binwrap scripts with noop shell scripts
- It uses nix for installing the binaries to expected location in
node_modules
Example usage be found in elm/default.nix
.