Skip to content

Commit

Permalink
Revert "fixup! WIP: Hydra builds."
Browse files Browse the repository at this point in the history
This reverts commit cf0ac91.
  • Loading branch information
krisajenkins committed Feb 11, 2019
1 parent cf0ac91 commit 7fe7528
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bazel.nix
Expand Up @@ -182,6 +182,19 @@ let
echo 'common --remote_http_cache=http://34.243.81.23:80'
) >> $BAZELRC_LOCAL
fi
# link the tools bazel will import to predictable locations
mkdir -p tools
ln -nfs ${ghc} ./tools/ghc
ln -nfs ${happy} ./tools/happy
ln -nfs ${alex} ./tools/alex
ln -nfs ${hlintScript} ./tools/hlint
ln -nfs ${stylishHaskellScript} ./tools/stylish-haskell
ln -nfs ${shellcheckScript} ./tools/shellcheck
ln -nfs ${purescript} ./tools/purescript
mkdir -p yarn-nix/bin
ln -nfs ${nodejs} ./node-nix
ln -nfs ${yarn}/bin/yarn ./yarn-nix/bin/yarn.js
'';
};

Expand Down

0 comments on commit 7fe7528

Please sign in to comment.