mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-11 06:05:12 +03:00
Merge pull request #4251 from unisonweb/no-cache-iog-io
This commit is contained in:
commit
7a3bdd3be7
@ -1,9 +1,8 @@
|
||||
{
|
||||
description = "Unison";
|
||||
nixConfig = {
|
||||
extra-substituters = [ "https://cache.iog.io" "https://unison.cachix.org" ];
|
||||
extra-substituters = [ "https://unison.cachix.org" ];
|
||||
extra-trusted-public-keys = [
|
||||
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
|
||||
"unison.cachix.org-1:i1DUFkisRPVOyLp/vblDsbsObmyCviq/zs6eRuzth3k="
|
||||
];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user