Skip to content

Commit

Permalink
fixup! WIP: Hydra builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
krisajenkins committed Feb 8, 2019
1 parent c97637b commit 89872da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bazel.nix
Expand Up @@ -203,8 +203,7 @@ let
'';
installPhase = ''
mkdir -p $out/bin
find bazel-out/
cp -r bazel-out/* $out/bin/
find . -follow -name plutus-playground-server -type f
'';
};

Expand Down

0 comments on commit 89872da

Please sign in to comment.