lib.trivial: fix typo "nixpks" -> "nixpkgs"

This commit is contained in:
Alyssa Ross 2021-04-05 10:13:33 +00:00
parent 897595ab92
commit fae6b04160
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -158,7 +158,7 @@ rec {
seq deepSeq genericClosure;
## nixpks version strings
## nixpkgs version strings
/* Returns the current full nixpkgs version number. */
version = release + versionSuffix;