lib.derivations: fix comment typo

This commit is contained in:
Yueh-Shun Li 2023-06-02 23:46:59 +08:00
parent 8a8d80f144
commit 239190ddb8

View file

@ -31,7 +31,7 @@ in
(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 }}"