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

Fix flake builder -- again #114

Merged
merged 6 commits into from
Sep 10, 2024
Merged

Fix flake builder -- again #114

merged 6 commits into from
Sep 10, 2024

Conversation

zmre
Copy link
Member

@zmre zmre commented Sep 9, 2024

So... turns out that last time it was actually not building with the rust toolchain that was specified and there was an error that was thrown when building ironhide from my system config which wasn't thrown otherwise. Things would have worked right in a developer shell and things appeared to work right when calling nix run or nix build.

The critical change is to go from using the pkgs.rustPlatform which is not overriden by oxalaca to calling pkgs.makeRustPlatform and passing in the oxalaca binaries needed for the build (cargo and rustc).

I pushed this up as a branch and had my system config point to this branch to test it. It does work now. Sorry for the multiple PRs.

@coltfred coltfred merged commit 8df8447 into main Sep 10, 2024
14 checks passed
@coltfred coltfred deleted the 2024-09-09-upgrade-rust-compiler branch September 10, 2024 15:23
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

Successfully merging this pull request may close these issues.

3 participants