From 192fd30ba321abecc9ecc30adda773e66a87b983 Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Wed, 14 Feb 2018 11:39:17 +0800 Subject: [PATCH] .travis.yml: use default.nix instead of build.nix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 79cedc9..1c24d51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ env: language: nix -script: nix-build build.nix --argstr compiler "$GHCVERSION" +script: nix-build --argstr compiler "$GHCVERSION"