blob: b1d70d615f519903d2a7bf3c124c7c8c3e7523de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
nix = {
settings = {
substituters = [
"https://cuda-maintainers.cachix.org"
];
trusted-public-keys = [
"cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E="
];
};
};
}
|