lib.derivations: fix comment typo
This commit is contained in:
@@ -31,7 +31,7 @@ in
|
|||||||
|
|
||||||
(lazyDerivation { inherit derivation; meta.foo = true; }).meta
|
(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 }}"
|
"${lazyDerivation { inherit derivation }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user