Merge pull request #235616 from ShamrockLee/lib-derivations-typo

lib.derivations: fix comment typo
This commit is contained in:
Silvan Mosberger 2023-06-02 18:04:51 +02:00 committed by GitHub
commit fcc56872ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }}"