about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-10-26T11·27+0200
committerVincent Ambo <tazjin@google.com>2019-10-26T11·27+0200
commit2be1fff2512fbfcf1ab4eb4a83ea406e9ad5a518 (patch)
tree4d27dc900c51a3acdbc2b9c967583c24b504956b /default.nix
parent9eabf6236f739443325ebf20af73f20e70dea0b8 (diff)
feat(third_party): Add naersk to package set
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index c44ead1290..729d8685ce 100644
--- a/default.nix
+++ b/default.nix
@@ -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.