lib.derivations: fix comment typo

Changed files
+1 -1
lib
+1 -1
lib/derivations.nix
···
(lazyDerivation { inherit derivation; meta.foo = true; }).meta
-
In these expressions, it `derivation` _will_ be evaluated:
+
In these expressions, `derivation` _will_ be evaluated:
"${lazyDerivation { inherit derivation }}"