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"
|
2024-10-13 20:18:56 +02:00
|
|
|
# "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="
|
2024-05-16 15:42:15 +02:00
|
|
|
"cache.holo.host-1:lNXIXtJgS9Iuw4Cu6X0HINLu9sTfcjEntnrgwMQIMcE="
|
|
|
|
"cache.holo.host-2:ZJCkX3AUYZ8soxTLfTb60g+F3MkWD7hkH9y8CgqwhDQ="
|
2023-12-01 21:00:17 +01:00
|
|
|
];
|
|
|
|
};
|
|
|
|
}
|