From 73786dc771cba6d1d70eddebf2c2723487532824 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 30 Jun 2022 20:21:55 +0200 Subject: Remove shells --- shells/haskell.nix | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 shells/haskell.nix (limited to 'shells/haskell.nix') diff --git a/shells/haskell.nix b/shells/haskell.nix deleted file mode 100644 index c2850fb..0000000 --- a/shells/haskell.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ pkgs ? import { } }: -pkgs.mkShell { - name = "haskell-shell"; - buildInputs = with pkgs; [ - ghc - cabal-install - ]; -} -- cgit 1.4.1