Add cuda-maintainers to trusted binary cache

This commit is contained in:
Igor Brylev 2024-10-16 12:06:11 +03:00
parent c49eb43d01
commit c3b5cf1a22

View file

@ -101,10 +101,11 @@
);
nixConfig = {
extra-substituters = [ "https://ros.cachix.org" "https://robossembler.cachix.org" ];
extra-substituters = [ "https://ros.cachix.org" "https://robossembler.cachix.org" "https://cuda-maintainers.cachix.org" ];
extra-trusted-public-keys = [
"ros.cachix.org-1:dSyZxI8geDCJrwgvCOHDoAfOm5sV1wCPjBkKL+38Rvo="
"robossembler.cachix.org-1:56jBJHroRQSGpZFkW8XMquuzQTjAF/XTo6MogmBM7SQ="
"cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E="
];
};
}