Skip to content

Commit

Permalink
Merge pull request #235616 from ShamrockLee/lib-derivations-typo
Browse files Browse the repository at this point in the history
lib.derivations: fix comment typo
  • Loading branch information
infinisil committed Jun 2, 2023
2 parents 067dcbb + 239190d commit fcc5687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/derivations.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit fcc5687

Please sign in to comment.