2
0

add luad (unused yet)

This commit is contained in:
2026-05-11 12:19:09 +01:00
parent 7e5d1ccf67
commit 6a390fa716

View File

@@ -276,6 +276,19 @@ extraPkgs
});
lua = luaHost;
luad =
let s = final.fetchFromGitea {
domain = "gti.telent.net";
owner = "dan";
repo= "luad";
rev = "73efb4223387a64ae11490648b51c632a98e4737";
hash = "sha256-gPIrqL5wDTkvkyTIBq6CJwzmEBvhfMBcVh9GYgCVohQ=";
};
in (final.callPackage s { lua = luaHost; })
.overrideAttrs(o: {
RUSTFLAGS = "-C prefer-dynamic";
stripAllList = [ "bin" ];
});
mtdutils =
(prev.mtdutils.overrideAttrs (o: {