The options nix.binaryCaches has been renamed to nix.settings.substituters and nix.binaryCachePublicKeys has been renamed to nix.settings.trusted-public-keys.
I got the following warnings when rebuilding after enabling the cache with ssbm.cache.enable, although they say pretty much the same thing as above:
trace: warning: The option `nix.binaryCaches' defined in `/nix/store/vby8c3909sglr03fxkclkly29vs49ncy-source/flake.nix' has been renamed to `nix.settings.substituters'.
trace: warning: The option `nix.binaryCachePublicKeys' defined in `/nix/store/vby8c3909sglr03fxkclkly29vs49ncy-source/flake.nix' has been renamed to `nix.settings.trusted-public-keys'.
The options
nix.binaryCaches
has been renamed tonix.settings.substituters
andnix.binaryCachePublicKeys has been renamed to nix.settings.trusted-public-keys
.I got the following warnings when rebuilding after enabling the cache with
ssbm.cache.enable
, although they say pretty much the same thing as above: