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
When trying to update a nix project to use the newest reflex-platform version found that I could not drop into nix-shell when using servant dependency. This only happened for reflex-platform versions above 0.4.0.0. Attempted minimal build and ran into same error. With only reflex as build-dep this dropped into shell as expected.
This was probably caused by NixOS/nixpkgs#74090 and #557. We probably need to include that override (just in ghcjs) for this to work correctly. For now you can use reflex-platform commit 72ca177 / v0.4.0.0.
When trying to update a nix project to use the newest reflex-platform version found that I could not drop into nix-shell when using servant dependency. This only happened for reflex-platform versions above 0.4.0.0. Attempted minimal build and ran into same error. With only reflex as build-dep this dropped into shell as expected.
The text was updated successfully, but these errors were encountered: