🐛 fix deprecation errors

This commit is contained in:
Moritz Böhme 2022-02-07 15:29:45 +01:00
parent e3b2846aa0
commit 8554b1b733
No known key found for this signature in database
GPG key ID: 213820E2795F5CF5
3 changed files with 8 additions and 10 deletions

View file

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