summaryrefslogtreecommitdiff
path: root/ibb/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ibb/shell.nix')
-rw-r--r--ibb/shell.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/ibb/shell.nix b/ibb/shell.nix
deleted file mode 100644
index b29c3ae..0000000
--- a/ibb/shell.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{ nixpkgs ? import (fetchGit (import ../pkgs.nix)) {}
-, compiler ? "ghc862"
-}:
-let ibb = nixpkgs.pkgs.haskell.packages.${compiler}.callPackage ./default.nix {};
-in ibb.env