From eb584575ca1fb1420c217452d659460aa5736663 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Fri, 22 Dec 2023 03:16:44 +0100 Subject: chore: add commands `consume`, `list` --- default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 16d73b0..399e153 100644 --- a/default.nix +++ b/default.nix @@ -38,6 +38,8 @@ rec { withHaddock = true; shellHook = '' HISTFILE=${pkgs.lib.escapeShellArg ./.}/.history; export HISTFILE + + APAPERLESS_STORE_DIR=${pkgs.lib.escapeShellArg ./.}/store; export APAPERLESS_STORE_DIR ''; }; } -- cgit v1.2.3