zhaofengli / attic

Multi-tenant Nix Binary Cache
https://docs.attic.rs
Other
1.04k stars 79 forks source link

Remove un-used import #105

Closed JRMurr closed 10 months ago

JRMurr commented 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

gallexme commented 10 months ago

same issue here, thanks for providing a fixed commit!

JRMurr commented 10 months ago

@zhaofengli not sure if that ci error is related. Is this fine to merge as is?

zhaofengli commented 10 months ago

Thanks for the PR! Just fixed the CI and this is good to go.