luaPackages.lux-lua: fix cargoTestFlags/cargoBuildFlags for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-28 12:16:53 +01:00
parent a9bfaf1ca8
commit 58bcc7a4d7
+3 -1
View File
@@ -80,7 +80,9 @@ toLuaModule (
runHook postInstall
'';
cargoTestFlags = "--lib"; # Disable impure integration tests
cargoTestFlags = [
"--lib" # Disable impure integration tests
];
meta = {
description = "Lua API for the Lux package manager";