scroll auto discovery

This commit is contained in:
EatThePooh 2025-08-03 14:20:58 +07:00
parent 60b5164a8a
commit 8769d9de00
9 changed files with 44 additions and 20 deletions

View file

@ -1,14 +0,0 @@
{ self }:
{ pkgs, system, scrollsDir, subDirs }:
let
emptyDenoCache = pkgs.runCommand "empty-deno-cache" {} ''
mkdir -p $out
'';
in
builtins.foldl' (accCache: subDir:
self.buildDenoCache {
inherit pkgs system scrollsDir subDir;
baseCache = accCache;
}
) emptyDenoCache subDirs