Nix Binary Cache
v2.1.0
subby.blood.pet:1xqRlAxaTPJi/URlleX0ggGECwKzJbX+EVu6xY54wrc=
nix build \ --extra-substituters 'https://subby.blood.pet' \ --extra-trusted-public-keys 'subby.blood.pet:1xqRlAxaTPJi/URlleX0ggGECwKzJbX+EVu6xY54wrc='
extra-substituters = https://subby.blood.pet extra-trusted-public-keys = subby.blood.pet:1xqRlAxaTPJi/URlleX0ggGECwKzJbX+EVu6xY54wrc=
{
nix.settings = {
substituters = [ "https://subby.blood.pet" ];
trusted-public-keys = [ "subby.blood.pet:1xqRlAxaTPJi/URlleX0ggGECwKzJbX+EVu6xY54wrc=" ];
};
}
{
nixConfig = {
extra-substituters = [ "https://subby.blood.pet" ];
extra-trusted-public-keys = [ "subby.blood.pet:1xqRlAxaTPJi/URlleX0ggGECwKzJbX+EVu6xY54wrc=" ];
};
}