-
Couldn't load subscription status.
- Fork 253
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Build system: x86_64-linux
GHC: 9.2.5
Enabling haskell-language-server with ghc925 results in the following error when running nix develop:
error: builder for '/nix/store/xhzz5y2wh93pdlm7cxbz27gyhxgrjk0x-stylish-haskell-lib-stylish-haskell-0.14.3.0.drv' failed with exit code 1;
last 10 log lines:
> defaultDynFlags GHCEx.fakeSettings GHCEx.fakeLlvmConfig
> In an equation for ‘baseDynFlags’:
> baseDynFlags
> = defaultDynFlags GHCEx.fakeSettings GHCEx.fakeLlvmConfig
> |
> 71 | baseDynFlags = defaultDynFlags GHCEx.fakeSettings GHCEx.fakeLlvmConfigSteps To Reproduce
- Run
nix flake init --template templates#haskell-nix --impure - Set ghc version to
9.2.5and enablehaskell-language-server. - Disable cross-compilation.
- Delete
flake.lock - Run
nix develop
I also have a repository with the flake already setup: https://github.com/qwbarch/hnix-reproducible
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working