11 lines
228 B
Nix
Executable file
11 lines
228 B
Nix
Executable file
|
|
{
|
|
nix = {
|
|
settings.substituters = [
|
|
"https://cuda-maintainers.cachix.org"
|
|
];
|
|
settings.trusted-public-keys = [
|
|
"cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E="
|
|
];
|
|
};
|
|
}
|