From b51a53c936c0a5f9cdd75a911361443c3016c980 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 29 Jun 2019 14:28:41 +0100 Subject: chore(build): Add Gemma to package set Note that this does not actually build right now because Elm has done a thing again to break the universe and it requires massive changes to the application to make it work again. --- default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'default.nix') diff --git a/default.nix b/default.nix index a95d0e0f4d..d84653fa7c 100644 --- a/default.nix +++ b/default.nix @@ -4,6 +4,7 @@ let localPkgs = super: pkgs: { tazjin.tazblog = import ./services/tazblog { inherit pkgs; }; + tazjin.gemma = import ./services/gemma { inherit pkgs; }; }; # TODO(tazjin): It might be preferable to pin a specific commit of -- cgit 1.4.1