From e6b05f4922d73ff89702c30cc9034c35c4ab4bd3 Mon Sep 17 00:00:00 2001 From: Jorge Acereda Date: Sat, 21 Sep 2019 00:35:57 +0200 Subject: [PATCH] Switch to default compiler. --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index fff51582..faceb6fe 100644 --- a/default.nix +++ b/default.nix @@ -1,4 +1,4 @@ -{ nixpkgs ? import {}, compiler ? "ghc881", doBenchmark ? false }: +{ nixpkgs ? import {}, compiler ? "default", doBenchmark ? false }: let