summaryrefslogtreecommitdiffstats
path: root/default.nix
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-22 03:16:44 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-22 03:19:04 +0100
commiteb584575ca1fb1420c217452d659460aa5736663 (patch)
treead865ad06f1ce79a14586e230875cb549e2660be /default.nix
parent70a55c75617aaacd7da25a232273bf1d81e855bf (diff)
chore: add commands `consume`, `list`
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 2 insertions, 0 deletions
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
'';
};
}