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