11 lines
212 B
Nix
Executable file
11 lines
212 B
Nix
Executable file
|
|
{
|
|
nix = {
|
|
binaryCaches = [
|
|
"https://cuda-maintainers.cachix.org"
|
|
];
|
|
binaryCachePublicKeys = [
|
|
"cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E="
|
|
];
|
|
};
|
|
}
|