From 48d29b19d0f14ca2c3521515bc666c6afce4d721 Mon Sep 17 00:00:00 2001 From: fendor Date: Thu, 3 Oct 2019 20:56:05 +0200 Subject: [PATCH] Undo changes to shell.nix --- shell.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index 062259905..2149e0804 100644 --- a/shell.nix +++ b/shell.nix @@ -5,9 +5,8 @@ stdenv.mkDerivation { gmp zlib ncurses + haskellPackages.cabal-install - haskell.compiler.ghc864 - haskellPackages.stack ]; src = null; shellHook = ''