mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
* Typo.
svn path=/nixpkgs/trunk/; revision=24288
This commit is contained in:
parent
66e7ed0a89
commit
798a6bb103
@ -341,7 +341,7 @@ rec {
|
||||
else if isAttrs options && lib.attrNames m.options != [] then
|
||||
all (name:
|
||||
lib.addErrorContext "${eol
|
||||
}while checking the attribute '${addName name}'.${eol
|
||||
}while checking the attribute `${addName name}':${eol
|
||||
}" (checkModule (addName name) (selectModule name m))
|
||||
) (lib.attrNames m.config)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user