reuse intermediate deno caches

This commit is contained in:
EatThePooh 2025-08-03 14:09:30 +07:00
parent f459ec8b78
commit 60b5164a8a
9 changed files with 146 additions and 117 deletions

View file

@ -10,10 +10,7 @@
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = nixpkgs.legacyPackages.${system};
lib = {
collectDenoCaches = import ./nix/deno/collect_caches.nix;
readDenoScroll = import ./nix/deno/read_scroll.nix;
};
lib = import ./nix/deno;
shelf = import ./shelf {
inherit pkgs system lib;
};