Sven Tennie

Results 23 comments of Sven Tennie

Hey @sgraf812 , Have you tried to open VSCode outside of the *ghc.nix* environment and use the [*Nix Environment Selector*](https://marketplace.visualstudio.com/items?itemName=arrterian.nix-env-selector) plugin instead to load *ghc.nix*? This works fine for me.

Hey @AlexKnauth , > I've tried building both normally and with `cachix use ghc-nix`, and neither has worked so far. So, does this PR solve the issue on your machine?...

Hey @zeta-00 , `{ pkgs ? import {}}:` looks wrong. 🤔 I think you need to define what you want to import (e.g. ``). IMHO it's idiomatic, that the `shell.nix`...

Have you seen https://gitlab.haskell.org/ghc/ghc/-/wikis/spacemacs ? It's a bit outdated* (regarding `ghcide -> haskell language server`), but maybe you get an impression how I used `ghc.nix` with Emacs about a year...

Hey @zeta-00 , - `hadrian/build.sh` was renamed to `hadrian/build`. - `ghcide` will be back once `ghcide-nix` supports GHC 8.8 o higher. You can build `ghcide` manually with `cabal` or `stack`....

@zeta-00 , When https://github.com/cachix/ghcide-nix/pull/32 is merged and https://github.com/cachix/ghcide-nix/issues/3 is closed, we can easily re-enable the `ghcide` support in `ghc.nix`. It's only commented out. Thanks for pushing this issue forward. I'm...

Hey @zeta-00 , Well, the state didn't change much: GHC >= 8.8 is still not supported by the master branch of `ghcide-nix`. As (IMHO) we don't want to rely on...

Hey @zeta-00 , Short update: https://github.com/alpmestan/ghc.nix/issues/73 As re-enabling `ghcide` is tracked by a dedicated ticket now, can we close this ticket?

Converted to draft because I'm currently experiencing issues in my dev env and would like to make sure this PR isn't related.

Hey @lapplislazuli , I've recently removed some (probably) related overrides to increase the environment's creation duration. Could you please try if the issue exists with on this commit: https://github.com/alpmestan/ghc.nix/commit/f96f57ae48fbbb66ee2f717df0d5c74d45f8066d ?