fix updating cargo lock when separateDebugInfo is enabled

This commit is contained in:
Lily Foster 2024-02-23 18:53:11 -05:00
parent 37e9b32f33
commit a6485c159c
No known key found for this signature in database
GPG Key ID: 49340081E484C893

View File

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