flake.nix: Fix outdated nixConfig keys

The old syntax seems to be silently ignored on (at least)
Nix 2.7.0.
rpc-obj-as-param
David Nadlinger 2022-04-13 21:21:18 +01:00
parent 35b6459c58
commit 879c66cccf
1 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@
};
nixConfig = {
binaryCachePublicKeys = ["nixbld.m-labs.hk-1:5aSRVA5b320xbNvu30tqxVPXpld73bhtOeH6uAjRyHc="];
binaryCaches = ["https://nixbld.m-labs.hk" "https://cache.nixos.org"];
extra-trusted-public-keys = "nixbld.m-labs.hk-1:5aSRVA5b320xbNvu30tqxVPXpld73bhtOeH6uAjRyHc=";
extra-substituters = "https://nixbld.m-labs.hk";
};
}