fix(cachix): deprecated settings for binary caches

This commit is contained in:
Infinidoge 2022-02-04 09:34:10 -05:00
parent a140007647
commit c3ec1763d4
3 changed files with 7 additions and 7 deletions

View file

@ -1,9 +1,9 @@
{
nix = {
binaryCaches = [
nix.settings = {
substituters = [
"https://nix-community.cachix.org"
];
binaryCachePublicKeys = [
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};