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

⚠️ Important Notice: Cache Configuration Update #98

Open
nilp0inter opened this issue Jan 27, 2025 · 1 comment
Open

⚠️ Important Notice: Cache Configuration Update #98

nilp0inter opened this issue Jan 27, 2025 · 1 comment
Labels

Comments

@nilp0inter
Copy link
Collaborator

We recently migrated the autofirma-nix repository from one of the creators' accounts to the Nix Community's organization.
As part of this migration, the binary cache has also changed. To avoid interruptions, please update your flake.nix configuration to use the new cache. Replace the nixConfig section in your flake.nix file with the following:

nixConfig = {
  extra-substituters = [
    "https://nix-community.cachix.org"
  ];
  extra-trusted-public-keys = [
    "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
  ];
};

The old cache will be deprecated soon, so making this change promptly will ensure a seamless experience.

@nilp0inter nilp0inter pinned this issue Jan 27, 2025
Copy link
Contributor

This issue is stale because it has been open for 14 days with no activity.

@github-actions github-actions bot added the stale label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant