diff options
author | Vincent Ambo <tazjin@google.com> | 2019-07-04T14·57+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-07-04T14·57+0100 |
commit | 81a0a962257bdc0203eb633f19dc291ca987b945 (patch) | |
tree | f4043619a5af245e1dfa3e587783aa927f83fb42 /.bazelrc | |
parent | 27c3e77d2f7956340cf97bd575e3ac110848a05f (diff) |
fix(bazel): Always use Haskell toolchain from Nix r/23
Diffstat (limited to '.bazelrc')
-rw-r--r-- | .bazelrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bazelrc b/.bazelrc new file mode 100644 index 000000000000..85f0bf089e71 --- /dev/null +++ b/.bazelrc @@ -0,0 +1,2 @@ +# Ensure that GHC is always selected from nixpkgs: +build --host_platform=@io_tweag_rules_haskell//haskell/platforms:linux_x86_64_nixpkgs |