infra/docs/cache.md

14 lines
286 B
Markdown
Raw Permalink Normal View History

2024-07-05 15:53:57 +10:00
[https://nix-community.cachix.org/](https://nix-community.cachix.org/)
```nix
{
nix.settings.substituters = [
"https://nix-community.cachix.org"
];
nix.settings.trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
}
```