error: unable to download 'git@github.com:arbor/antiope.git': URL using bad/illegal format or missing URL (3)
It seems that it can download the repo successfully anyway, but then it doesn't recognise that the actual packages are sitting in subfolders.
Both Stack and Nix allow subfolders, so perhaps something can be done on stackage2nix side to support them too.
I have the following dependencies in my
stack.yaml
:But
stackage2nix
doesn't seem to like it:The repository is public (https://github.com/arbor/antiope), and I don't understand why it initially says
It seems that it can download the repo successfully anyway, but then it doesn't recognise that the actual packages are sitting in subfolders. Both Stack and Nix allow subfolders, so perhaps something can be done on
stackage2nix
side to support them too.