From a712497eaaa158beb918eb9d43b92fac83066b11 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 10 Apr 2022 16:13:07 -0400 Subject: [PATCH] Fix cache url --- features/caches/oss.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/caches/oss.nix b/features/caches/oss.nix index a3cd7ad..3c8db85 100644 --- a/features/caches/oss.nix +++ b/features/caches/oss.nix @@ -5,6 +5,6 @@ ]; nix.binaryCaches = [ "https://srid.cachix.org" - "nix-community.cachix.org" + "https://nix-community.cachix.org" ]; }