perform structural deconfuckulation

This commit is contained in:
EatThePooh 2025-12-16 20:39:41 +07:00
parent 9f290b4a88
commit e50afb2a22
4 changed files with 197 additions and 182 deletions

View file

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