diff options
| -rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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; |
| 11 | in | 11 | in |
| 12 | pkgs.stdenv.mkDerivation rec { | 12 | pkgs.stdenv.mkDerivation rec { |
| 13 | name = "thermoprint-env"; | 13 | name = "thermoprint-env"; |
