summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-07-04T14·57+0100
committerVincent Ambo <tazjin@google.com>2019-07-04T14·57+0100
commit81a0a962257bdc0203eb633f19dc291ca987b945 (patch)
treef4043619a5af245e1dfa3e587783aa927f83fb42
parent27c3e77d2f7956340cf97bd575e3ac110848a05f (diff)
fix(bazel): Always use Haskell toolchain from Nix r/23
-rw-r--r--.bazelrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bazelrc b/.bazelrc
new file mode 100644
index 0000000000..85f0bf089e
--- /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