Skip to content

Commit

Permalink
elm-format: symlink latest version to bin/elm-format (#24971)
Browse files Browse the repository at this point in the history
* elm-format: symlink latest version to `bin/elm-format`

* elm-format: nitpick: indentation
  • Loading branch information
nicknovitski authored and Mic92 committed Apr 17, 2017
1 parent 15d60bc commit b47e022
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/compilers/elm/packages/elm-format.nix
Expand Up @@ -29,6 +29,9 @@ mkDerivation {
tasty-hunit tasty-quickcheck text union-find wl-pprint
];
jailbreak = true;
postInstall = ''
ln -s $out/bin/elm-format-0.18 $out/bin/elm-format
'';
homepage = "http://elm-lang.org";
description = "A source code formatter for Elm";
license = stdenv.lib.licenses.bsd3;
Expand Down

0 comments on commit b47e022

Please sign in to comment.