handle registry files in shared cache derivation

This commit is contained in:
EatThePooh 2025-10-08 14:29:38 +07:00
parent 26f60eb96b
commit 9f290b4a88
2 changed files with 41 additions and 22 deletions

View file

@ -1,5 +1,5 @@
{
description = "Builds a shared cache for Deno packages based on lock files";
description = "Provides a Deno executable wrapper pointing to pre-built NPM dependency cache based on lock files";
outputs = { ... }: {
flakeModule = ./flake-module.nix;