lib.derivations: fix comment typo
This commit is contained in:
parent
8a8d80f144
commit
239190ddb8
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue