elm-format: init at 0.3.1
Closes #15817. abbradar: remove unneeded callPackage argument and clean up spaces.
This commit is contained in:
committed by
Nikolay Amiantov
parent
9e572418a2
commit
4ea4cd9905
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user