Disable using itself as substituter for nix-cache
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

This commit is contained in:
2025-02-26 18:34:44 +01:00
parent 91e618f495
commit 844449b899
2 changed files with 9 additions and 2 deletions

View File

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