Nix Binary Cache
v3.0.0
cache.extremist.software-1:oz09mnwck8nC0QBc1j0bDKAMoyg7oUBeQ0ADXUeHL3w=
nix build \ --extra-substituters 'https://cache.extremist.software' \ --extra-trusted-public-keys 'cache.extremist.software-1:oz09mnwck8nC0QBc1j0bDKAMoyg7oUBeQ0ADXUeHL3w='
extra-substituters = https://cache.extremist.software extra-trusted-public-keys = cache.extremist.software-1:oz09mnwck8nC0QBc1j0bDKAMoyg7oUBeQ0ADXUeHL3w=
{
nix.settings = {
substituters = [ "https://cache.extremist.software" ];
trusted-public-keys = [ "cache.extremist.software-1:oz09mnwck8nC0QBc1j0bDKAMoyg7oUBeQ0ADXUeHL3w=" ];
};
}
{
nixConfig = {
extra-substituters = [ "https://cache.extremist.software" ];
extra-trusted-public-keys = [ "cache.extremist.software-1:oz09mnwck8nC0QBc1j0bDKAMoyg7oUBeQ0ADXUeHL3w=" ];
};
}