djanatyn / ssbm-nix

Nix expressions for Super Smash Bros. Melee players.
31 stars 17 forks source link

`nix.binaryCaches` and `nix.binaryCachePublicKeys` have been renamed #36

Closed Anomalocaridid closed 10 months ago

Anomalocaridid commented 1 year ago

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'.