forest/common/cachix.nix

14 lines
267 B
Nix
Raw Permalink Normal View History

2023-10-03 22:13:57 +00:00
{
nix = {
settings = {
substituters = [
"https://cache.nixos.org"
"https://ashhhleyyy.cachix.org"
];
trusted-public-keys = [
"ashhhleyyy.cachix.org-1:s38C2TcMTtjaNv9uDwG918ehi0L2Uxw0OlGXPiWRchg="
];
};
};
}