Closed secana closed 4 months ago
Hi @secana thanks for the report!
The input flake-utils does not exist for rust-overlay and an error is thrown.
Thanks for the note, should be fixed in #663 !
A nix build throws the error:
nix (Nix) 2.18.4
I tried replacing the flake.nix
of the cross-musl
example with the one in your original issue but it built fine on my machine :thinking:
Thanks for the fast response. I updated the flake and the second issue disappeared.
Btw. crane is an awesome project. Makes rust on Nix great experience and it's one of the few projects with good documentation.
I tried to build for musl but there seems to be two issue with the example given here: https://crane.dev/examples/cross-musl.html
The first issue is in
The input
flake-utils
does not exist for rust-overlay and an error is thrown.If I remove the line from the template, my flake looks like this:
A
nix build
throws the error:Any ideas how to get is working?