home-environment: show full file path in error
The file name alone may be misleading.
This commit is contained in:
parent
d2e8c57bd5
commit
ee9bc66f69
|
@ -213,8 +213,8 @@ in
|
|||
assertions = [
|
||||
(let
|
||||
badFiles =
|
||||
filter (hasPrefix ".")
|
||||
(map (v: baseNameOf (toString v.source))
|
||||
filter (f: hasPrefix "." (baseNameOf f))
|
||||
(map (v: toString v.source)
|
||||
(attrValues cfg.file));
|
||||
badFilesStr = toString badFiles;
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue