Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check if common substituters are really required #18

Open
github-actions bot opened this issue Jan 3, 2024 · 0 comments
Open

check if common substituters are really required #18

github-actions bot opened this issue Jan 3, 2024 · 0 comments
Labels
help wanted Extra attention is needed todo

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Jan 3, 2024

common substituters

# TODO check if common substituters are really required

      };
      nix.settings.trusted-substituters = [
        "https://${domain}"
        # TODO check if common substituters are really required
        # common substituters
        "https://klarkc.cachix.org"
        "https://cache.iog.io"
        "https://cache.zw3rk.com"
        "https://hercules-ci.cachix.org"
        "https://horizon.cachix.org"
      ];
      nix.settings.trusted-public-keys = [
        (builtins.readFile ../../secrets/cache.pub)
        "klarkc.cachix.org-1:R+z+m4Cq0hMgfZ7AQ42WRpGuHJumLLx3k0XhwpNFq9U="
        "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
        "loony-tools:pr9m4BkM/5/eSTZlkQyRt57Jz7OMBxNSUiMC4FkcNfk="
        "hercules-ci.cachix.org-1:ZZeDl9Va+xe9j+KqdzoBZMFJHVQ42Uu/c/1/KMC5Lw0="
        "horizon.cachix.org-1:MeEEDRhRZTgv/FFGCv3479/dmJDfJ82G6kfUDxMSAw0="
      ];
      nix.extraOptions = ''
        min-free = 2684354560
@github-actions github-actions bot added help wanted Extra attention is needed todo labels Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed todo
Projects
None yet
Development

No branches or pull requests

0 participants