Natalie Klestrup Röijezon
Natalie Klestrup Röijezon
Another alternative would be to redefine `Iterator` as a special case of a generic supertrait, but that makes the compatibility story pretty hairy: Implementation ```rust #![feature(step_trait)] use std::{iter::Step, mem, ops::RangeFrom};...
Oh, I didn't know those were in the works. Is there an RFC somewhere?
The project has moved to GitLab: https://gitlab.com/teozkr/Sbtix/merge_requests/37
All of that already works, nix-build should work without having ran `sbtix-gen-*` on the same machine. The only difference should be that we download it and calculate the hash in...
> but nix-prefetch-* stores the download artifacts in the Nix storewhich is immutable so we can't (and shouldn't) modify it, no? We can add stuff to it by running `nix-store...
Also, in preparation for this, we should probably rename `genComposition` to something less likely to cause conflicts. `genNixDerivation` perhaps? Or just merge it into `genNix`.
The project has moved to GitLab: https://gitlab.com/teozkr/Sbtix/merge_requests/27
Assuming 1.x didn't break any APIs we use, it should mostly be a matter of changing project/build.properties, manual-repo.nix, and rebuilding.
@chaker in #nixos on Freenode has been working on a 1.x port, so it seems pretty close now.
Can you post the output of running `tree $(nix-build)` in the Sbtix repository?