From 5229bd998d60342be8dfbf2fc1369fbacd0c925c Mon Sep 17 00:00:00 2001 From: Alice Date: Fri, 4 Dec 2020 13:30:32 +0000 Subject: [PATCH] Daily blog update --- shell.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shell.nix b/shell.nix index 3c20c37..94b35e0 100644 --- a/shell.nix +++ b/shell.nix @@ -15,9 +15,9 @@ let myPkg = pkgs.haskellPackages.hakyll; ghc = pkgs.haskellPackages.ghcWithHoogle (self: with self; [ - hspec + # hspec split - myPkg # hakyll + # myPkg # hakyll random neat-interpolation ]); @@ -28,9 +28,9 @@ pkgs.mkShell { ghc hlint - stack - ghcjs-dom - cabal-install +# stack +# ghcjs-dom +# cabal-install ]) ++ (with pkgs; [ nano ]);