Nix Binary Cache
v3.1.0
cache.deprived.dev:B5o97KpSrgbN7OxZCLu0LQYxg+Bj0pB1WiKY5n0HfLY=
nix build \ --extra-substituters 'https://cache.deprived.dev' \ --extra-trusted-public-keys 'cache.deprived.dev:B5o97KpSrgbN7OxZCLu0LQYxg+Bj0pB1WiKY5n0HfLY='
extra-substituters = https://cache.deprived.dev extra-trusted-public-keys = cache.deprived.dev:B5o97KpSrgbN7OxZCLu0LQYxg+Bj0pB1WiKY5n0HfLY=
{
nix.settings = {
substituters = [ "https://cache.deprived.dev" ];
trusted-public-keys = [ "cache.deprived.dev:B5o97KpSrgbN7OxZCLu0LQYxg+Bj0pB1WiKY5n0HfLY=" ];
};
}
{
nixConfig = {
extra-substituters = [ "https://cache.deprived.dev" ];
extra-trusted-public-keys = [ "cache.deprived.dev:B5o97KpSrgbN7OxZCLu0LQYxg+Bj0pB1WiKY5n0HfLY=" ];
};
}