From 88848f4000def9f6d05274ab8449aa32d8b7f5cf Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Wed, 12 Aug 2020 11:33:29 +0300 Subject: [PATCH] My binary cache seems to be broken, remove it --- modules/packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/packages.nix b/modules/packages.nix index 652d89a..faa7dea 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -46,7 +46,7 @@ in { nixPath = lib.mkForce [ "nixpkgs=/etc/nixpkgs" ]; - binaryCaches = [ "https://cache.nixos.org" "https://cache.balsoft.ru" ]; + binaryCaches = [ "https://cache.nixos.org" ]; registry.self.flake = inputs.self;