make cache dir configurable

This commit is contained in:
EatThePooh 2025-12-17 15:31:37 +07:00
parent e50afb2a22
commit 4cef3f1fd0
3 changed files with 5 additions and 7 deletions

View file

@ -41,6 +41,7 @@ in
default = impl.denoWithCache {
baseDeno = config.deno-with-packages.basePackage;
sharedCache = config.deno-with-packages.cache;
dir = config.deno-with-packages.dir;
};
};