From 345ae5e71e0b152e39949590463fbe074f27d618 Mon Sep 17 00:00:00 2001 From: Teja Paturu <37566594+tejapaturu@users.noreply.github.com> Date: Tue, 17 Jun 2025 09:44:31 -0500 Subject: [PATCH] Update host-your-own-binary-cache-server.md (#231) Fixed References heading. --- docs/en/nix-store/host-your-own-binary-cache-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/nix-store/host-your-own-binary-cache-server.md b/docs/en/nix-store/host-your-own-binary-cache-server.md index 28c4b97..c6475cb 100644 --- a/docs/en/nix-store/host-your-own-binary-cache-server.md +++ b/docs/en/nix-store/host-your-own-binary-cache-server.md @@ -220,7 +220,7 @@ automatically removed after a specified number of days. This is useful for keeping the cache size manageable and ensuring that outdated binaries are not stored indefinitely. -### References {#references} +## References {#references} - [Blog post by Jeff on Nix binary caches](https://jcollie.github.io/nixos/2022/04/27/nixos-binary-cache-2022.html) - [Binary cache in the NixOS wiki](https://wiki.nixos.org/wiki/Binary_Cache)