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

Add support for our public Cachix cache to the flake #983

Closed
dhess opened this issue May 12, 2023 · 1 comment
Closed

Add support for our public Cachix cache to the flake #983

dhess opened this issue May 12, 2023 · 1 comment
Assignees
Labels
caching Caching issue meta An issue about the project or repo, not its contents Nix Nix- or nixpkgs-related wontfix No plans to address this

Comments

@dhess
Copy link
Member

dhess commented May 12, 2023

Depends on #988 and #942.

Once we're publishing artifacts to our public Cachix cache, we can add the following settings to our flake, so that contributors can (at their option) automatically use the cache to build the project:

nixConfig.extra-substituters = [
  "https://hackworthltd.cachix.org"
];
nixConfig.extra-trusted-public-keys = [
  "hackworthltd.cachix.org-1:0JTCI0qDo2J+tonOalrSQP3yRNleN6bQucJ05yDltRI="
];
@dhess dhess added Nix Nix- or nixpkgs-related meta An issue about the project or repo, not its contents caching Caching issue labels May 12, 2023
@dhess dhess added this to the Open source release milestone May 12, 2023
@dhess dhess self-assigned this May 12, 2023
dhess added a commit that referenced this issue May 20, 2023
@dhess
Copy link
Member Author

dhess commented May 20, 2023

I think we're not going to implement this. See #1014 (comment)

@dhess dhess closed this as completed May 20, 2023
@dhess dhess added the wontfix No plans to address this label May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
caching Caching issue meta An issue about the project or repo, not its contents Nix Nix- or nixpkgs-related wontfix No plans to address this
Projects
None yet
Development

No branches or pull requests

1 participant