How to deal with mismatched lockfile? #1024
Unanswered
eureka-cpu
asked this question in
Q&A
Replies: 1 comment 10 replies
|
I'm probably missing something, but the up to date |
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I realized at some point I must have removed
--lockedfrom my derivations built with crane to just get past the error, but now that I want to add--lockedback in, it would seem I can't get past the error about lockfiles not matching because I passed--locked.My expression for that crate is this, though I get the error for all crates. Removing
--lockedmakes it build just fine.All reactions