Nix Binary Cache
v3.1.0
nix-build.zinfra.io-1:N4+kZzixOCzHn68l72wRqYOBfFiSinze6wUgreZPdcI=
nix build \ --extra-substituters 'https://nix-build.zinfra.io' \ --extra-trusted-public-keys 'nix-build.zinfra.io-1:N4+kZzixOCzHn68l72wRqYOBfFiSinze6wUgreZPdcI='
extra-substituters = https://nix-build.zinfra.io extra-trusted-public-keys = nix-build.zinfra.io-1:N4+kZzixOCzHn68l72wRqYOBfFiSinze6wUgreZPdcI=
{
nix.settings = {
substituters = [ "https://nix-build.zinfra.io" ];
trusted-public-keys = [ "nix-build.zinfra.io-1:N4+kZzixOCzHn68l72wRqYOBfFiSinze6wUgreZPdcI=" ];
};
}
{
nixConfig = {
extra-substituters = [ "https://nix-build.zinfra.io" ];
extra-trusted-public-keys = [ "nix-build.zinfra.io-1:N4+kZzixOCzHn68l72wRqYOBfFiSinze6wUgreZPdcI=" ];
};
}