elm-format: symlink latest version to `bin/elm-format` (#24971)

* elm-format: symlink latest version to `bin/elm-format`

* elm-format: nitpick: indentation

authored by Nick Novitski and committed by Jörg Thalheim b47e0227 15d60bcb

+3
+3
pkgs/development/compilers/elm/packages/elm-format.nix
··· 29 29 tasty-hunit tasty-quickcheck text union-find wl-pprint 30 30 ]; 31 31 jailbreak = true; 32 + postInstall = '' 33 + ln -s $out/bin/elm-format-0.18 $out/bin/elm-format 34 + ''; 32 35 homepage = "http://elm-lang.org"; 33 36 description = "A source code formatter for Elm"; 34 37 license = stdenv.lib.licenses.bsd3;