I made the mistake of setting upstreams = [ { publicKey = "..."; ...} ...]; instead of public_key. Of course, this does not generate any TOML error, but it doesn't add the keys to nix.settings.
It would be nice if upstreams could be a listOf of submodules with defined attributes, so that such an error is catched at build time; especially since this does not conform to the usual camelCase nix naming of things.
I made the mistake of setting
upstreams = [ { publicKey = "..."; ...} ...];instead ofpublic_key. Of course, this does not generate any TOML error, but it doesn't add the keys tonix.settings.It would be nice if
upstreamscould be alistOfof submodules with defined attributes, so that such an error is catched at build time; especially since this does not conform to the usual camelCase nix naming of things.