infra/nix/os/snippets/nix-settings-holo-chain.nix

17 lines
528 B
Nix
Raw Normal View History

2024-11-15 10:17:56 +01:00
_: {
2023-12-01 21:00:17 +01:00
nix.settings = {
substituters = [
"https://holochain-ci.cachix.org"
"https://holochain-ci-internal.cachix.org"
# "https://cache.holo.host/"
2023-12-01 21:00:17 +01:00
];
trusted-public-keys = [
"holochain-ci.cachix.org-1:5IUSkZc0aoRS53rfkvH9Kid40NpyjwCMCzwRTXy+QN8="
"holochain-ci-internal.cachix.org-1:QvVsSrTiearCjrLTVtNtJOdQCDTseXh7UXUuSMx46NE="
"cache.holo.host-1:lNXIXtJgS9Iuw4Cu6X0HINLu9sTfcjEntnrgwMQIMcE="
"cache.holo.host-2:ZJCkX3AUYZ8soxTLfTb60g+F3MkWD7hkH9y8CgqwhDQ="
2023-12-01 21:00:17 +01:00
];
};
}