Skip to content
New issue

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

ravedude nix flake is out of date. #632

Open
tuxerator opened this issue Jan 24, 2025 · 1 comment
Open

ravedude nix flake is out of date. #632

tuxerator opened this issue Jan 24, 2025 · 1 comment

Comments

@tuxerator
Copy link

When trying to build ravedude with nix I get the following error.

error: package `toml v0.8.11` cannot be built because it requires rustc 1.70 or newer, while the currently active rustc version is 1.67.1
Either upgrade to rustc 1.70 or newer, or use
cargo update -p [email protected] --precise ver
where `ver` is the latest version of `toml` supporting rustc 1.67.1
[naersk] cargo returned with exit code 101, exiting

This is fixable by updating the flake.lock file but it might be better to point naersk to the rust-toolchain.toml file.

@Rahix
Copy link
Owner

Rahix commented Jan 25, 2025

Hi,

feel free to send a PR. I can't maintain the nix support, so I have to rely on others for keeping it up-to-date :)

I agree that it would be best if the version from rust-toolchain.toml is used automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants