Revert "drop toString in pathsIn - trying to fix CI issues"
This reverts commit 930b3e96b4
.
This commit is contained in:
parent
3823eb6423
commit
eaff91c0f9
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
pathsIn = dir:
|
||||
let
|
||||
fullPath = name: "${dir}/${name}";
|
||||
fullPath = name: "${toString dir}/${name}";
|
||||
in
|
||||
map fullPath (lib.attrNames (dev.safeReadDir dir));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue