elm-format: init at 0.3.1

Closes #15817.

abbradar: remove unneeded callPackage argument and clean up spaces.
This commit is contained in:
Maxwell Huang-Hobbs
2016-05-30 04:39:40 +03:00
committed by Nikolay Amiantov
parent 9e572418a2
commit 4ea4cd9905
2 changed files with 46 additions and 0 deletions
@@ -63,6 +63,16 @@ let
'';
});
/*
This is not a core Elm package, and it's hosted on GitHub.
To update, run:
cabal2nix --jailbreak --revision refs/tags/foo http://github.com/avh4/elm-format > packages/elm-format.nix
where foo is a tag for a new version, for example "0.3.1-alpha".
*/
elm-format = self.callPackage ./packages/elm-format.nix { };
};
in elmPkgs // {
inherit elmPkgs;