We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've tried this on both NixOS and Ubuntu with Nix, using both nix develop and nix develop --impure. A typical error message looks like this:
nix develop
nix develop --impure
> cabal run ghc-specter-daemon:exe:ghc-specter-daemon ghc-specter-daemon Config {configSocket = "/tmp/ghc-specter.ipc", configSessionFile = "", configStartWithBreakpoint = False} GLFW is initialized Error Code : 65542 Error: GLX: No GLXFBConfigs returned Error Code : 65545 Error: GLX: Failed to find a suitable GLXFBConfig Cannot create window
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've tried this on both NixOS and Ubuntu with Nix, using both
nix develop
andnix develop --impure
. A typical error message looks like this:The text was updated successfully, but these errors were encountered: