Skip to content

Commit

Permalink
Merge pull request #227 from lilyinstarlight/fix/cargo-separate-debug…
Browse files Browse the repository at this point in the history
…-info

fix updating cargo lock when separateDebugInfo is enabled
  • Loading branch information
Mic92 authored Mar 6, 2024
2 parents ff99539 + a6485c1 commit 2db1d82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix_update/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ def update_cargo_lock(
exit
'';
outputs = [ "out" ];
separateDebugInfo = false;
}})
""",
]
Expand Down

0 comments on commit 2db1d82

Please sign in to comment.