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
commit 438776cce7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
);