mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 05:38:55 +00:00
* Typos.
svn path=/nixpkgs/trunk/; revision=17182
This commit is contained in:
parent
5d6ee123ed
commit
d7d80e8fdc
@ -159,10 +159,10 @@ rec {
|
||||
);
|
||||
|
||||
errorSource = modules:
|
||||
"The error may comes from the following files:\n" + (
|
||||
"The error may come from the following files:\n" + (
|
||||
lib.concatStringsSep "\n" (
|
||||
map (m:
|
||||
if m ? key then toString m.key else "<unknow location>"
|
||||
if m ? key then toString m.key else "<unknown location>"
|
||||
) modules
|
||||
)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user