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-09-15 13:25:39 +07:00
|
|
|
outputs = { ... }: {
|
|
|
|
|
flakeModule = ./flake-module.nix;
|
2025-08-05 20:59:34 +07:00
|
|
|
};
|
|
|
|
|
}
|