mirror of
https://github.com/Mic92/nix-update.git
synced 2024-11-03 21:04:49 +03:00
fix updating cargo lock when separateDebugInfo is enabled
This commit is contained in:
parent
37e9b32f33
commit
a6485c159c
@ -178,6 +178,7 @@ def update_cargo_lock(
|
||||
exit
|
||||
'';
|
||||
outputs = [ "out" ];
|
||||
separateDebugInfo = false;
|
||||
}})
|
||||
""",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user