deps: add suntheme cachix to flake

This commit is contained in:
Youwen Wu 2024-08-16 14:52:44 -07:00
parent 4647657666
commit da93405e5f
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -49,8 +49,8 @@
}); });
nixConfig = { nixConfig = {
extra-substituters = ["https://cache.iog.io"]; extra-substituters = ["https://cache.iog.io" "https://suntheme.cachix.org"];
extra-trusted-public-keys = ["hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="]; extra-trusted-public-keys = ["hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" "suntheme.cachix.org-1:fHjlz7YAmMUcLp3tsZis8g9wIsDS6HvECGR3uZETGRo="];
allow-import-from-derivation = "true"; allow-import-from-derivation = "true";
}; };
} }