diff --git a/nixos/caches/default.nix b/nixos/caches/default.nix index f09ff64..b886d41 100644 --- a/nixos/caches/default.nix +++ b/nixos/caches/default.nix @@ -1,5 +1,6 @@ { imports = [ - ./oss.nix + # Disable all these caches, because nix is often stuck querying cachix. + # ./oss.nix ]; }