treewide: fix cargoTestFlags/cargoBuildFlags for structuredAttrs (#484699)

This commit is contained in:
Gergő Gutyina
2026-01-31 13:07:30 +00:00
committed by GitHub
19 changed files with 85 additions and 37 deletions
+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";