Merge staging-next into staging

This commit is contained in:
nixpkgs-ci[bot]
2026-01-31 18:07:02 +00:00
committed by GitHub
84 changed files with 373 additions and 581 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";