about summary refs log tree commit diff
path: root/shells/haskell.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-30 20:21:55 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-30 20:21:55 +0200
commit73786dc771cba6d1d70eddebf2c2723487532824 (patch)
treeb9bae43a53a03d9e5e1d962f9ce9ddddf288cfa2 /shells/haskell.nix
parentLuna: Add tlp service (diff)
downloadnixos-config-73786dc771cba6d1d70eddebf2c2723487532824.tar.gz
nixos-config-73786dc771cba6d1d70eddebf2c2723487532824.tar.bz2
nixos-config-73786dc771cba6d1d70eddebf2c2723487532824.zip
Remove shells
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
-  ];
-}