deno-with-packages/flake.nix

10 lines
200 B
Nix
Raw Normal View History

2025-08-05 20:59:34 +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
}