aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";