Merge pull request #6794 from eltociear/patch-1

Fix typo in flake.cc
This commit is contained in:
Théophane Hufschmitt
2022-07-13 10:55:25 +02:00
committed by GitHub
+1 -1
View File
@@ -377,7 +377,7 @@ LockedFlake lockFlake(
}
}
warn(
"%s has a `follows'-declaration for a non-existant input %s!",
"%s has a `follows'-declaration for a non-existent input %s!",
root,
follow
);