2025-08-05 20:59:34 +07:00
|
|
|
{
|
2025-10-08 14:29:38 +07:00
|
|
|
description = "Provides a Deno executable wrapper pointing to pre-built NPM dependency cache based on lock files";
|
2025-08-05 20:59:34 +07:00
|
|
|
|
2025-12-16 20:39:41 +07:00
|
|
|
outputs =
|
|
|
|
|
{ ... }:
|
|
|
|
|
{
|
|
|
|
|
flakeModule = ./flake-module.nix;
|
|
|
|
|
};
|
2025-08-05 20:59:34 +07:00
|
|
|
}
|