fix(cachix): deprecated settings for binary caches

This commit is contained in:
Infinidoge 2022-02-04 09:34:10 -05:00
parent a140007647
commit c3ec1763d4
3 changed files with 7 additions and 7 deletions

View file

@ -1,9 +1,9 @@
{
nix = {
binaryCaches = [
nix.settings = {
substituters = [
"https://nrdxp.cachix.org"
];
binaryCachePublicKeys = [
trusted-public-keys = [
"nrdxp.cachix.org-1:Fc5PSqY2Jm1TrWfm88l6cvGWwz3s93c6IOifQWnhNW4="
];
};