summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-21 05:37:07 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-21 05:37:07 +0100
commit52255a4158af8dfbd8f7a4dfbe14b4d46df2c601 (patch)
tree5588132e732b54b623d619eb48aed0172da6c74d /shell.nix
parent1b574f472e6ca052db3ab5041e2fc1ab9923f163 (diff)
chore: only process scans
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