Skip to content

Commit f5944e2

Browse files
capitalise error message
Co-authored-by: Eelco Dolstra <[email protected]>
1 parent 67f86de commit f5944e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/libstore/build/derivation-goal.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -762,10 +762,10 @@ void DerivationGoal::tryToBuild()
762762
void DerivationGoal::tryLocalBuild() {
763763
throw Error(
764764
R"(
765-
unable to build with a primary store that isn't a local store;
765+
Unable to build with a primary store that isn't a local store;
766766
either pass a different '--store' or enable remote builds.
767767
768-
for more information check 'man nix.conf' and search for '/machines'
768+
For more information check 'man nix.conf' and search for '/machines'.
769769
)"
770770
);
771771
}

0 commit comments

Comments
 (0)