tazjin / nixery

Container registry which transparently builds images using the Nix package manager. Canonical repository is https://cs.tvl.fyi/depot/-/tree/tools/nixery
https://nixery.dev/
Apache License 2.0
1.82k stars 68 forks source link

fix(build): Don't use Cachix as the binary cache during builds #99

Closed tazjin closed 4 years ago

tazjin commented 4 years ago

Permission changes in the Travis CI Nix builders have caused this to start failing, as the build user now has insufficient permissions to use caches.

There may be a way to change the permissions instead, but in the meantime we will just cause things to rebuild.

tazjin commented 4 years ago

Integrating this in #98 instead.