use new deno with packages
This commit is contained in:
parent
864ace2581
commit
22e9ebc0f7
3 changed files with 33 additions and 58 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue