We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nix のパッケージ (https://github.com/NixOS/nixpkgs) としてビルドする際に buildRustPackage というものを使いますが、cargoHash のチェック時に Cargo.lock が存在しないためエラーが出てしまいます。 https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/rust.section.md
buildRustPackage
cargoHash
Cargo.lock
Running phase: buildPhase ERROR: The Cargo.lock file doesn't exist Cargo.lock is needed to make sure that cargoHash/cargoSha256 doesn't change when the registry is updated.
Running phase: buildPhase
ERROR: The Cargo.lock file doesn't exist
Cargo.lock is needed to make sure that cargoHash/cargoSha256 doesn't change when the registry is updated.
Cargo.lock が .gitignore で除外されていますが、問題がなければ Cargo.lock をコミットしていただけると助かります。
.gitignore
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Nix のパッケージ (https://github.com/NixOS/nixpkgs) としてビルドする際に
buildRustPackage
というものを使いますが、cargoHash
のチェック時にCargo.lock
が存在しないためエラーが出てしまいます。https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/rust.section.md
Cargo.lock
が.gitignore
で除外されていますが、問題がなければCargo.lock
をコミットしていただけると助かります。The text was updated successfully, but these errors were encountered: