From 9a9539df650f49e494f150ef8792545acefb2a6c Mon Sep 17 00:00:00 2001 From: Gavin Rogers Date: Wed, 27 Jun 2018 15:45:16 +0100 Subject: init: holochain-go at 0.1.0-alpha Holochain is a platform for creating an unenclosable carrier upon which highly-scalable dApps and smart contracts can be built. This is the holochain team's initial implimentation in go. A rust version is under development. --- pkgs/top-level/all-packages.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/top-level') diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 31eba454ec7d..50eaf231a2c6 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -3016,6 +3016,8 @@ with pkgs; inherit (llvmPackages_38) stdenv; }); + holochain-go = callPackage ../servers/holochain-go { }; + homesick = callPackage ../tools/misc/homesick { }; honcho = callPackage ../tools/system/honcho { }; -- cgit 1.4.1