Idris is happy to take an ipkg file in a subdirectory as input but building in a subdirectory makes it harder to write robust Nix helpers like buildIdris so it would probably be better to treat an ipkgName like "posix/posix" as a sourceRoot of posix and an ipkgName of posix.
Idris is happy to take an ipkg file in a subdirectory as input but building in a subdirectory makes it harder to write robust Nix helpers like
buildIdris
so it would probably be better to treat anipkgName
like"posix/posix"
as asourceRoot
ofposix
and anipkgName
ofposix
.