This commit is contained in:
Manuel 2025-03-17 17:22:32 +01:00 committed by GitHub
commit 23275e5e93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,4 +88,12 @@
uboot-rpi-arm64 = pinned.uboot-rpi-arm64;
} // kernels;
};
nixConfig = {
extra-substituters = [ "https://nix-community.cachix.org" ];
extra-trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
}