Torjus Håkestad 844449b899
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Disable using itself as substituter for nix-cache
2025-02-26 18:34:44 +01:00

8 lines
139 B
Nix

{ lib, ... }:
{
nix.settings.substituters = lib.mkForce [
"https://cache.nixos.org"
"https://cuda-maintainers.cachix.org"
];
}