~/workspace/useful_saves$ dagger shell
✔ connect 0.1s
✘ looking for module 0.1s
! input: moduleSource source root path "../.." escapes context "/home/netikras/workspace/useful_saves"
│ ✘ moduleSource(refString: "."): ModuleSource! 0.0s
│ ! source root path "../.." escapes context "/home/netikras/workspace/useful_saves"
Setup tracing at https://dagger.cloud/traces/setup. To hide set DAGGER_NO_NAG=1
Error: find module ".": input: moduleSource source root path "../.." escapes context "/home/netikras/workspace/useful_saves"
↑18:30:29 [1]
I'm trying to spin up a dagger shell in my codebase's repo to run and test the .dagger script I'm working on. But it fails...
And it also fails with the exact same error if I try to dagger shell in that same directory.
If I mv .git .git2, then dagger shell works again.
is this expected?