feat(lib): lua namespace for conversion helpers

This commit is contained in:
NotAShelf 2023-04-18 02:01:45 +03:00
commit 8658ea13a2
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
4 changed files with 14 additions and 9 deletions

View file

@ -4,4 +4,5 @@
types = import ./types {inherit lib;};
languages = import ./languages.nix {inherit lib;};
nmd = import ./nmd.nix;
lua = import ./lua.nix {inherit lib;};
}