You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am trying to Nixify this crate with Nix Flake and Naersk
but it fails to parse Cargo.toml with this error
cargo build $cargo_release -j "$NIX_BUILD_CORES" --message-format=$cargo_message_format
error: failed to parse manifest at `/build/dummy-src/Cargo.toml`
Caused by:
could not parse input as TOML
Caused by:
expected an equals, found a colon at line 7 column 64
[naersk] cargo returned with exit code 101, exiting
to try by yourself, i isolated the problem with a test
The text was updated successfully, but these errors were encountered:
Hello,
TL;DR How to use Naersk with a crate that use
cargo-release
'spre-release-replacements
?to release a crate, i use
cargo-release
to automatically update some files while releasing, i am using
cargo-release
'spre-release-replacements
i am trying to Nixify this crate with Nix Flake and Naersk
but it fails to parse
Cargo.toml
with this errorto try by yourself, i isolated the problem with a test
The text was updated successfully, but these errors were encountered: