aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build/worker.cc
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2021-12-06 16:42:57 +0100
committerJan Tojnar <jtojnar@gmail.com>2021-12-06 16:42:57 +0100
commitae21aab456f4e07fa621d87487c40381e45947dc (patch)
treec7ba6e9c391d258f0c5a6a756cbfc34628f6afe2 /src/libstore/build/worker.cc
parentd1aaa7ef71713b6693ad3ddf8704ce62bab82095 (diff)
Update manual links
Fixes: https://github.com/NixOS/nixos-homepage/issues/762
Diffstat (limited to 'src/libstore/build/worker.cc')
-rw-r--r--src/libstore/build/worker.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstore/build/worker.cc b/src/libstore/build/worker.cc
index 55afb5cca..f11c5ce68 100644
--- a/src/libstore/build/worker.cc
+++ b/src/libstore/build/worker.cc
@@ -281,11 +281,11 @@ void Worker::run(const Goals & _topGoals)
if (getMachines().empty())
throw Error("unable to start any build; either increase '--max-jobs' "
"or enable remote builds."
- "\nhttps://nixos.org/nix/manual/#chap-distributed-builds");
+ "\nhttps://nixos.org/manual/nix/stable/advanced-topics/distributed-builds.html");
else
throw Error("unable to start any build; remote machines may not have "
"all required system features."
- "\nhttps://nixos.org/nix/manual/#chap-distributed-builds");
+ "\nhttps://nixos.org/manual/nix/stable/advanced-topics/distributed-builds.html");
}
assert(!awake.empty());