deno-with-packages/flake.nix

9 lines
200 B
Nix

{
description = "Provides a Deno executable wrapper pointing to pre-built NPM dependency cache based on lock files";
outputs =
{ ... }:
{
flakeModule = ./flake-module.nix;
};
}