aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-20 19:33:49 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-20 19:33:49 +0000
commit290184457872be9e5b901eceb0d329ba7d782420 (patch)
tree0cb69521e3a5ac085264ff7dee36620547049d95 /shell.nix
parentedfadd543cfdc32177e8cc4392ea598afb12f7c0 (diff)
downloadthermoprint-290184457872be9e5b901eceb0d329ba7d782420.tar
thermoprint-290184457872be9e5b901eceb0d329ba7d782420.tar.gz
thermoprint-290184457872be9e5b901eceb0d329ba7d782420.tar.bz2
thermoprint-290184457872be9e5b901eceb0d329ba7d782420.tar.xz
thermoprint-290184457872be9e5b901eceb0d329ba7d782420.zip
dropped hoogle
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 6be224b..d148e70 100644
--- a/shell.nix
+++ b/shell.nix
@@ -7,7 +7,7 @@ let
7 cabal-install hlint cabal2nix 7 cabal-install hlint cabal2nix
8 hspec QuickCheck quickcheck-instances 8 hspec QuickCheck quickcheck-instances
9 ] ++ (builtins.attrValues (import ./default.nix {})); 9 ] ++ (builtins.attrValues (import ./default.nix {}));
10 ghc = pkgs.haskell.packages.${compilerName}.ghcWithHoogle packages; 10 ghc = pkgs.haskell.packages.${compilerName}.ghcWithPackages packages;
11in 11in
12pkgs.stdenv.mkDerivation rec { 12pkgs.stdenv.mkDerivation rec {
13 name = "thermoprint-env"; 13 name = "thermoprint-env";