You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: builder for '/nix/store/961fc2kgrb7ldrxh2j3ihviipmsspgal-app-schema.drv' failed with exit code 1;
last 25 log lines:
> Use -v to see a list of the files searched for.
> |
> 96 | import Generated.GapsAndMitigation
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> build/Generated/Types.hs:97:1: error: [GHC-87110]
> Could not find module `Generated.GapsAndMitigationInclude'.
> Use -v to see a list of the files searched for.
> |
> 97 | import Generated.GapsAndMitigationInclude
i.e. the autogenerated data structures stored in .hs files for some tables in my schema can't be found on the path.
I’ve reverted to pro version=5b3b91f1564e3e97298b33feffaccc886a333d16 and the build was successful. It is not necessarily triggered by particular tables seems more likely to be a nix related issue?
The text was updated successfully, but these errors were encountered:
While using the latest pro build
nix run .#unoptimized-prod-server
[version=00ed1dc984e81d9bade4583377dc8082f79edf54]
I noticed I was getting on Github Actions:
i.e. the autogenerated data structures stored in .hs files for some tables in my schema can't be found on the path.
I’ve reverted to pro version=5b3b91f1564e3e97298b33feffaccc886a333d16 and the build was successful. It is not necessarily triggered by particular tables seems more likely to be a nix related issue?
The text was updated successfully, but these errors were encountered: