From 7d04753e2f8d5231bff50e76a52a7b994a831f88 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Thu, 8 Dec 2022 02:10:12 +1000 Subject: doc/go: fix link --- doc/languages-frameworks/go.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/languages-frameworks/go.section.md') diff --git a/doc/languages-frameworks/go.section.md b/doc/languages-frameworks/go.section.md index bca09e59680cc..523f5b26ec7f4 100644 --- a/doc/languages-frameworks/go.section.md +++ b/doc/languages-frameworks/go.section.md @@ -17,7 +17,7 @@ In the following is an example expression using `buildGoModule`, the following a In that case, rather than fetching the dependencies and vendoring them, the dependencies vendored in the source repo will be used. To avoid updating this field when dependencies change, run `go mod vendor` in your source repo and set `vendorHash = null;` - To obtain the actual hash, set `vendorHash = lib.fakeSha256;` and run the build ([more details here](https://nixos.org/manual/nixpkgs/stable/#sec-source-hashes)). + To obtain the actual hash, set `vendorHash = lib.fakeSha256;` and run the build ([more details here](#sec-source-hashes)). - `proxyVendor`: Fetches (go mod download) and proxies the vendor directory. This is useful if your code depends on c code and go mod tidy does not include the needed sources to build or if any dependency has case-insensitive conflicts which will produce platform dependant `vendorHash` checksums. ```nix -- cgit 1.4.1