Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
8 lines
139 B
Nix
8 lines
139 B
Nix
{ lib, ... }:
|
|
{
|
|
nix.settings.substituters = lib.mkForce [
|
|
"https://cache.nixos.org"
|
|
"https://cuda-maintainers.cachix.org"
|
|
];
|
|
}
|