My binary cache seems to be broken, remove it

This commit is contained in:
Alexander Bantyev 2020-08-12 11:33:29 +03:00
parent 6c9aae0ec6
commit 88848f4000
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -46,7 +46,7 @@ in {
nixPath = lib.mkForce [ nixPath = lib.mkForce [
"nixpkgs=/etc/nixpkgs" "nixpkgs=/etc/nixpkgs"
]; ];
binaryCaches = [ "https://cache.nixos.org" "https://cache.balsoft.ru" ]; binaryCaches = [ "https://cache.nixos.org" ];
registry.self.flake = inputs.self; registry.self.flake = inputs.self;