My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/development/compilers/elm/packages
Marek Fajkus a8060ad83a
elmPackages.{elm-test,elm-create-app...}: update nodejs dependecies
2 years ago
..
README.md
avh4-lib.nix elm-format: 0.8.4 -> 0.8.5 3 years ago
bimap.nix elm-format: 0.8.4 -> 0.8.5 3 years ago
elm-format-lib.nix elm-format: 0.8.4 -> 0.8.5 3 years ago
elm-format-markdown.nix elm-format: 0.8.4 -> 0.8.5 3 years ago
elm-format-test-lib.nix elm-format: 0.8.4 -> 0.8.5 3 years ago
elm-format.nix elm-format: simplify the nix expression 3 years ago
elm-instrument.nix elm-instrument: fix build 3 years ago
elm-json.nix elmPackages: restore positions, use makeScope, cleanup 2 years ago
elm-json.patch elmPackages.elm-json: 0.2.7 -> 0.2.10 3 years ago
elm-srcs.nix
elm-test-rs.nix elmPackages: restore positions, use makeScope, cleanup 2 years ago
elm.nix elmPackages: restore positions, use makeScope, cleanup 2 years ago
elmi-to-json.nix treewide: remove stdenv where not needed 3 years ago
generate-node-packages.sh elmPackages: fix nodejs packages 2 years ago
indents.nix elm-format: 0.8.4 -> 0.8.5 3 years ago
lib.nix elmPackages: Refactor lib and builds of packages 4 years ago
node-composition.nix treewide: pass and inherit writeShellScript in node2nix packages 3 years ago
node-packages.json elmPackages.elm-git-install: init at 0.1.3 2 years ago
node-packages.nix elmPackages.{elm-test,elm-create-app...}: update nodejs dependecies 2 years ago

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.