From b0959ae1897cb8cb94dc4076589aac57ce9c49b9 Mon Sep 17 00:00:00 2001 From: Justin Restivo Date: Tue, 25 Jun 2024 12:52:48 -0400 Subject: [PATCH] docs: fix nix wiki 404 in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c83a04cf..be196b63b 100644 --- a/README.md +++ b/README.md @@ -719,7 +719,7 @@ You can also test the build of the nix package at any time by running `nix build #### Updating the Zig Cache Fixed-Output Derivation Hash The Nix package depends on a [fixed-output -derivation](https://nixos.org/manual/nix/stable/language/advanced-attributes.html#adv-attr-outputHash) +derivation](https://nix.dev/manual/nix/stable/language/advanced-attributes.html#adv-attr-outputHash) that manages the Zig package cache. This allows the package to be built in the Nix sandbox.