Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
pull hc and holochain imports into root
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Jun 10, 2019
1 parent 4267d8d commit e6beed1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
build =
buildInputs =
let
flush = import ./src/flush.nix;
test = import ./src/test.nix;
Expand Down Expand Up @@ -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;
}

0 comments on commit e6beed1

Please sign in to comment.