aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build/worker.cc
diff options
context:
space:
mode:
authorJade Lovelace <lix@jade.fyi>2024-07-18 19:35:43 +0200
committerjade <lix@jade.fyi>2024-07-18 19:27:33 +0000
commit26e56780caaa3fe23bd1c7589c9ebde220381683 (patch)
treed55e638963039753433c33398c6f8707bff72a77 /src/libstore/build/worker.cc
parent10cc3b288d0e73a16f5da983c99b8d78f3a7ded1 (diff)
Fixup a bunch of references to nixos.org manuals
(plus one reference to CppNix github) Change-Id: Id8b3d2897f3b54e286861805cfd421adc4d5de47
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 e3fec292a..39bcd5d92 100644
--- a/src/libstore/build/worker.cc
+++ b/src/libstore/build/worker.cc
@@ -333,11 +333,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/manual/nix/stable/advanced-topics/distributed-builds.html");
+ "\nhttps://docs.lix.systems/manual/lix/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/manual/nix/stable/advanced-topics/distributed-builds.html");
+ "\nhttps://docs.lix.systems/manual/lix/stable/advanced-topics/distributed-builds.html");
}
assert(!awake.empty());