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