From e0ceebe2ee273bf438770ec518419f965f196c2c Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Wed, 11 Jun 2025 08:52:04 -0700 Subject: [PATCH] Fix broken link in configuration description (cherry picked from commit 525078c59d8391b866f723338db1ee525a4a88cb) --- src/libstore/include/nix/store/globals.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstore/include/nix/store/globals.hh b/src/libstore/include/nix/store/globals.hh index 83c6810e7..43090cccb 100644 --- a/src/libstore/include/nix/store/globals.hh +++ b/src/libstore/include/nix/store/globals.hh @@ -389,7 +389,7 @@ public: To build only on remote machines and disable local builds, set [`max-jobs`](#conf-max-jobs) to 0. - If you want the remote machines to use substituters, set [`builders-use-substitutes`](#conf-builders-use-substituters) to `true`. + If you want the remote machines to use substituters, set [`builders-use-substitutes`](#conf-builders-use-substitutes) to `true`. )", {}, false};