Merge pull request #227 from lilyinstarlight/fix/cargo-separate-debug-info

fix updating cargo lock when separateDebugInfo is enabled
This commit is contained in:
Jörg Thalheim 2024-03-06 08:11:07 +01:00 committed by GitHub
commit 2db1d82656
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -178,6 +178,7 @@ def update_cargo_lock(
exit
'';
outputs = [ "out" ];
separateDebugInfo = false;
}})
""",
]