Domen Kožar
Domen Kožar
@georgewsinger until I have a better solution, is there a way for you to have user configs outside the repository? Alternatively, you could filter them out with `builtins.path`
@georgewsinger I plan to work on binary distribution at some point, but a few things have higher priority so I can't really say when. I know that handling this by...
@nagisa did you experience this on Linux/macOS/NixOS?
This is now documented at https://docs.cachix.org/faq.html#why-is-nix-not-picking-up-on-any-of-the-pre-built-artifacts However, I think Cachix could detect if nix-daemon is running and warn that it should be restarted.
Technically it's not required (and we don't call github on those apis) unless you use a private cache, but we don't want to bother users with the permissions once again...
Update: `org:read` permission is no longer necessary for GitHub OAuth unless you're using private caches and would like to share access with cache members. I'm currently working on login with...
You can now signup using email at https://app.cachix.org/signup @tomberek @seanomlor @puffnfresh is that good enough for you or would you need bitbucket/gitlab integration as well?
It's now possible to add cache members without github integration, meaning that GitHub account is no longer required for Cachix. For other integrations, I'm still waiting for enough interest to...
I haven't investigated what's the best effort to do so, but it's clearly something that is needed :)
Ah, I know how to implement this. Nix 2.0 supports HTTP binary cache uploading, so if I implement that it should be in theory be possible to configure hydra to...