summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix10
1 files changed, 1 insertions, 9 deletions
diff --git a/shell.nix b/shell.nix
index ab82cf6..fbd4670 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,9 +1 @@
-{ pkgs ? import <nixpkgs> { } }:
-pkgs.mkShell {
- buildInputs = [
- pkgs.haskellPackages.cabal-install
- pkgs.ormolu
- pkgs.poppler
- pkgs.tesseract
- ];
-}
+(import ./default.nix { }).shell