We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e914923 commit 69af031Copy full SHA for 69af031
1 file changed
flake.nix
@@ -37,6 +37,8 @@
37
BINDIR = placeholder "out" + "/bin";
38
LIBDIR = placeholder "out" + "/lib/lua/" + (finalAttrs.passthru.luaModule or lua).luaversion;
39
LUADIR = placeholder "out" + "/share/lua/" + (finalAttrs.passthru.luaModule or lua).luaversion;
40
+ meta.mainProgram = "tomlua";
41
+ meta.maintainers = [ lib.maintainers.birdee ];
42
doCheck = false;
43
}));
44
# lua5_1 = prev.lua5_1.override { packageOverrides };
0 commit comments