From 81a0a962257bdc0203eb633f19dc291ca987b945 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 4 Jul 2019 15:57:29 +0100 Subject: fix(bazel): Always use Haskell toolchain from Nix --- .bazelrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .bazelrc (limited to '.bazelrc') 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 -- cgit 1.4.1