tshaynik
tshaynik
I'm running into the same error on master: ``` error: builder for '/nix/store/divi04gqic5sja0g36dxs4m0g1gmyrwx-mach_nix_file.drv' failed with exit code 1; last 10 log lines: > expr = generator.generate(reqs) > File "/nix/store/zbyrniiw025dlnikabfgx25vcxr546xc-mjvd7hdd3y3i462k1ckvxb1g674sajir-source/mach_nix/generators/overides_generator.py", line...
I would be happy to work on switching the project over to using flakes!
Makes sense! I'll push a WIP pull request with the flake that provides the nix devShell today, and start looking into the more complex second part. It will probably make...
I'm interested to start working on this.
I have the same issue. It looks like the [test in question](https://github.com/IIIF/image-validator/blob/6d7f3e16871aefa451ed398d90743e3c218fe5be/iiif_validator/tests/size_noup.py#L12) generates a random number between 1100 and 2000, which assumes that the full-sized image is smaller than 1100...