Nix Binary Cache
v3.1.0
binarycache.icewind.me:P6hDYl8YMUxqP072xVuDHLNhug8lODIvXPF5VfF0p80=
nix build \ --extra-substituters 'https://binarycache.icewind.me' \ --extra-trusted-public-keys 'binarycache.icewind.me:P6hDYl8YMUxqP072xVuDHLNhug8lODIvXPF5VfF0p80='
extra-substituters = https://binarycache.icewind.me extra-trusted-public-keys = binarycache.icewind.me:P6hDYl8YMUxqP072xVuDHLNhug8lODIvXPF5VfF0p80=
{
nix.settings = {
substituters = [ "https://binarycache.icewind.me" ];
trusted-public-keys = [ "binarycache.icewind.me:P6hDYl8YMUxqP072xVuDHLNhug8lODIvXPF5VfF0p80=" ];
};
}
{
nixConfig = {
extra-substituters = [ "https://binarycache.icewind.me" ];
extra-trusted-public-keys = [ "binarycache.icewind.me:P6hDYl8YMUxqP072xVuDHLNhug8lODIvXPF5VfF0p80=" ];
};
}