feat(third_party): Add naersk to package set

This commit is contained in:
Vincent Ambo 2019-10-26 13:27:41 +02:00
parent 9eabf6236f
commit 2be1fff251

View file

@ -46,6 +46,12 @@ let
rev = "a7076c0f83e5c06ea9067b71171859fa2ba8afd9";
sha256 = "1p4n2ja4ciw3qfskn65ggpy37mvgf2sslxqmqn8s8jjarnqcyfny";
}) { pkgs = self; };
naersk = self.callPackage (self.fetchFromGitHub {
owner = "nmattia";
repo = "naersk";
rev = "68c1c2b2b661913cdc5ecabea518dfdc4f449027";
sha256 = "1ll310pl44kdbwfslzwvg2v7khf1y0xkg2j5wcfia4k7sj6bcl28";
}) {};
# Gemma needs an older version of Elm to be built. Updating it to
# the newer version is a lot of effort.