Hamish Mackenzie

Results 179 comments of Hamish Mackenzie

Only multi user nix installs have a `daemon` to restart.

It looks like cache.nixos.org is missing. Was it there when you first edited the config file? My `nix.conf` file looks like this. ``` substituters = https://cache.nixos.org https://cache.iog.io trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=...

Difference between with/without haskell.nix overlays was probably this https://github.com/input-output-hk/haskell.nix/blob/112669d1ba96fa2a1c75478d12d6f38ee2bd3ee6/overlays/musl.nix#L28. Not sure why that cased problems, but it seems like it has been fixed: ``` $ nix build error: build of...

> Don't we do that already? I think we only include the cabal files when we're constructing the build plan, which is most of the IFD. Yes we do https://github.com/input-output-hk/haskell.nix/blob/eb49a3b7213470e36570f4aa1ed7a64e6d6cf160/lib/call-cabal-project-to-nix.nix#L111-L113...

Check amazon for file and directory names that only differ in case. That can cause problems if some of the build machines have case insensitive file systems (the default on...

Just cloned `amazonka` on macOS to look into another issue and noticed git warned me: ``` the following paths have collided (e.g. case-sensitive paths on a case-insensitive filesystem) and only...

I think it is covered by https://github.com/haskell/haskell-language-server/issues/2982

It looks this guard against building with 9.2 https://github.com/haskell/haskell-language-server/blob/e55004a0cc9b727423a16cec4f5103a4df685eb6/plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal#L21-L24 is not in hackage https://hackage.haskell.org/package/hls-haddock-comments-plugin-1.0.1.0/hls-haddock-comments-plugin.cabal