| 16 Oct 2025 |
René | I'm using the oxalica Rust overlay. If I revert all the changes to the previous Rust versions, the flake builds with Cargo 1.91 | 14:09:51 |
René | I did some research and I found that the base64ct team made this edition2024 change and broke half the Rust crates out there because of this error, but I don't understand how to fix it with Nix | 14:11:37 |
hexa | can you show your inputs? | 14:13:08 |
hexa | ideally you should only have a single nixpkgs | 14:13:44 |
hexa | and everything else should follow it | 14:13:48 |
René | I do, everything follows:
─nixpkgs: github:nixos/nixpkgs/a493e93b4a259cd9fea8073f89a7ed9b1c5a1da2
| 14:17:04 |
René | I don't even have a cargo-1.79 entry in /nix/store, I have no idea why the error says that | 14:20:24 |