use new deno with packages

This commit is contained in:
EatThePooh 2025-09-15 13:43:40 +07:00
parent 864ace2581
commit 22e9ebc0f7
3 changed files with 33 additions and 58 deletions

View file

@ -11,16 +11,9 @@ let
scrolls = builtins.map mkScroll scrollDirs;
lockfiles = builtins.map (s: s.build.lockFile) scrolls;
denoSharedCache = lib.denoSharedCache {
inherit pkgs lockfiles;
};
in
{
setupScript = lib.installDenoCache {
inherit pkgs;
cache = denoSharedCache;
};
inherit lockfiles;
scrolls =
builtins.map (s: builtins.removeAttrs s [ "build" ]) scrolls;