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" ]; }