deno-with-packages/flake.nix

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