modules/lua-loader: add support for the new lua-loader (#336)

This commit is contained in:
Gaétan Lepage 2023-04-15 16:32:10 +02:00 committed by GitHub
parent 8ba084783e
commit a9e3ff3f73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
enabled = {
luaLoader.enable = true;
};
disabled = {
luaLoader.enable = false;
};
}