We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f86de commit f5944e2Copy full SHA for f5944e2
src/libstore/build/derivation-goal.cc
@@ -762,10 +762,10 @@ void DerivationGoal::tryToBuild()
762
void DerivationGoal::tryLocalBuild() {
763
throw Error(
764
R"(
765
- unable to build with a primary store that isn't a local store;
+ Unable to build with a primary store that isn't a local store;
766
either pass a different '--store' or enable remote builds.
767
768
- for more information check 'man nix.conf' and search for '/machines'
+ For more information check 'man nix.conf' and search for '/machines'.
769
)"
770
);
771
}
0 commit comments