Nix Binary Cache
v3.1.0
cache.nix.c3si.de:F9KltLHz5Sw7+e3VDnnqiDGAH4PLh01HI/AjpDvm+Hc=
nix build \ --extra-substituters 'https://cache.nix.c3si.de' \ --extra-trusted-public-keys 'cache.nix.c3si.de:F9KltLHz5Sw7+e3VDnnqiDGAH4PLh01HI/AjpDvm+Hc='
extra-substituters = https://cache.nix.c3si.de extra-trusted-public-keys = cache.nix.c3si.de:F9KltLHz5Sw7+e3VDnnqiDGAH4PLh01HI/AjpDvm+Hc=
{
nix.settings = {
substituters = [ "https://cache.nix.c3si.de" ];
trusted-public-keys = [ "cache.nix.c3si.de:F9KltLHz5Sw7+e3VDnnqiDGAH4PLh01HI/AjpDvm+Hc=" ];
};
}
{
nixConfig = {
extra-substituters = [ "https://cache.nix.c3si.de" ];
extra-trusted-public-keys = [ "cache.nix.c3si.de:F9KltLHz5Sw7+e3VDnnqiDGAH4PLh01HI/AjpDvm+Hc=" ];
};
}