Skip to content

Commit 218cf75

Browse files
author
nix
committed
update cache dir for read onyl nix store
1 parent 10b1ca1 commit 218cf75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funscript_editor/definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
1515
if os.path.abspath(__file__).starts_with("/nix"):
16-
CACHE_DIR = '/tmp/cache'
16+
CACHE_DIR = '/tmp/mtfg-cache'
1717
else:
1818
CACHE_DIR = os.path.join(ROOT_DIR, 'cache')
1919
CONFIG_DIR = os.path.join(ROOT_DIR, 'config')

0 commit comments

Comments
 (0)