nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1# Elm packages
2
3Mixtures of useful Elm lang tooling containing both Haskell and Node.js based utilities.
4
5## Upgrades
6
7Haskell parts of the ecosystem are using [cabal2nix](https://github.com/NixOS/cabal2nix).
8Please refer to [nix documentation](https://nixos.org/nixpkgs/manual/#how-to-create-nix-builds-for-your-own-private-haskell-packages)
9and [cabal2nix readme](https://github.com/NixOS/cabal2nix#readme) for more information. Elm-format [update scripts](https://github.com/avh4/elm-format/tree/master/package/nix)
10are part of its repository.
11
12Node dependencies are defined with [`buildNpmPackage`](https://nixos.org/manual/nixpkgs/stable/#javascript-buildNpmPackage).