diff options
author | Vincent Ambo <tazjin@google.com> | 2019-06-29T13·28+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-06-29T13·28+0100 |
commit | b51a53c936c0a5f9cdd75a911361443c3016c980 (patch) | |
tree | f4500d6805a4eed10d2cb4c1732b9b717a28d84c | |
parent | e2951dc9f5d7c51e919ab5d37cbbed8aabccd721 (diff) |
chore(build): Add Gemma to package set r/7
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.
-rw-r--r-- | default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix index a95d0e0f4d6e..d84653fa7cf1 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 |