From 1622bf09e12b8df74f1303cfa2e0c4bc461c3350 Mon Sep 17 00:00:00 2001 From: Dominic Steinitz Date: Tue, 3 Apr 2018 12:16:41 +0100 Subject: Use nix rather than ubuntu for CI --- shell.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 9566524..056cd5d 100644 --- a/shell.nix +++ b/shell.nix @@ -32,7 +32,7 @@ let inherit (nixpkgs) pkgs; f = { mkDerivation, ad, base, diagrams-lib, diagrams-rasterific, gcc - , hmatrix, hmatrix-gsl, inline-c, plots, pretty, stdenv, sundials, vector }: + , hmatrix, hmatrix-gsl, HUnit, inline-c, plots, pretty, QuickCheck, stdenv, sundials, vector }: mkDerivation { pname = "haskell-sundials"; @@ -48,8 +48,10 @@ mkDerivation { gcc hmatrix hmatrix-gsl + HUnit inline-c plots + QuickCheck pretty vector ] ++ (if pkgs.stdenv.isDarwin then [pkgs.darwin.apple_sdk.frameworks.Cocoa] else []); -- cgit v1.2.3