mirror of
https://github.com/Mic92/nix-update.git
synced 2024-11-03 21:04:49 +03:00
Merge pull request #227 from lilyinstarlight/fix/cargo-separate-debug-info
fix updating cargo lock when separateDebugInfo is enabled
This commit is contained in:
commit
2db1d82656
@ -178,6 +178,7 @@ def update_cargo_lock(
|
||||
exit
|
||||
'';
|
||||
outputs = [ "out" ];
|
||||
separateDebugInfo = false;
|
||||
}})
|
||||
""",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user