You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in addition to cachix, it would be cool to see typhon support attic, a 'Multi-tenant Nix Binary Cache' (Apache 2). its usage is explained in more detail here.
The text was updated successfully, but these errors were encountered:
hey if you wanna test my pr the API is very similar to cachix (as I mostly copied from it lol)
deploy=[{name="Push to Attic";value=typhon.lib.attic.mkPush{endpoint="attic url";cache="attic cache";};}...];
and add attic_token to your secrets.age. The script itself seems to work OK but as I'm new to typhon and I'm not having the best luck with setting up jobs because im not sure how to find the evaluation errors, so I'm kinda stuck on testing it out in a production type setting.
in addition to cachix, it would be cool to see typhon support attic, a 'Multi-tenant Nix Binary Cache' (Apache 2). its usage is explained in more detail here.
The text was updated successfully, but these errors were encountered: