Closed JRMurr closed 10 months ago
When using attic from the overlay it seems to be using rust 1.75 (im on nixos-unstable) which errors the build because of this un-used import.
Might be worth to pin the rust version in the nix build instead of using whats in nix pkgs for the overlay at least.
Verified the fix by updating my flake input to this branch and it built without issue
same issue here, thanks for providing a fixed commit!
@zhaofengli not sure if that ci error is related. Is this fine to merge as is?
Thanks for the PR! Just fixed the CI and this is good to go.
When using attic from the overlay it seems to be using rust 1.75 (im on nixos-unstable) which errors the build because of this un-used import.
Might be worth to pin the rust version in the nix build instead of using whats in nix pkgs for the overlay at least.
Verified the fix by updating my flake input to this branch and it built without issue