Skip to content

Commit 69af031

Browse files
committed
ci(flake): add meta.mainProgram
1 parent e914923 commit 69af031

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
BINDIR = placeholder "out" + "/bin";
3838
LIBDIR = placeholder "out" + "/lib/lua/" + (finalAttrs.passthru.luaModule or lua).luaversion;
3939
LUADIR = placeholder "out" + "/share/lua/" + (finalAttrs.passthru.luaModule or lua).luaversion;
40+
meta.mainProgram = "tomlua";
41+
meta.maintainers = [ lib.maintainers.birdee ];
4042
doCheck = false;
4143
}));
4244
# lua5_1 = prev.lua5_1.override { packageOverrides };

0 commit comments

Comments
 (0)