about summary refs log tree commit diff
path: root/shells/haskell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shells/haskell.nix')
-rw-r--r--shells/haskell.nix8
1 files changed, 0 insertions, 8 deletions
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 <nixpkgs> { } }:
-pkgs.mkShell {
-  name = "haskell-shell";
-  buildInputs = with pkgs; [
-    ghc
-    cabal-install
-  ];
-}