From e6beed16ee11c488cf0dac48db612dcefc85d3c1 Mon Sep 17 00:00:00 2001 From: David Meister Date: Mon, 10 Jun 2019 21:29:00 +1000 Subject: [PATCH] pull hc and holochain imports into root --- default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/default.nix b/default.nix index c8090bd1..cbc2238b 100644 --- a/default.nix +++ b/default.nix @@ -1,5 +1,5 @@ { - build = + buildInputs = let flush = import ./src/flush.nix; test = import ./src/test.nix; @@ -31,4 +31,6 @@ darwin = import ./darwin/config.nix; openssl = import ./openssl/config.nix; rust = import ./rust/config.nix; + hc = import ./dist/cli/build.nix; + holochain = import ./dist/conductor/build.nix; }