Commit 53623ff8 authored by Julien Moutinho's avatar Julien Moutinho

repro(nix): disable `withHoogle` in `nix develop` because it pulls `haskell-nix.compiler`

parent 3a317664
...@@ -346,7 +346,9 @@ ...@@ -346,7 +346,9 @@
# When true, builds a Hoogle documentation index of all dependencies, # When true, builds a Hoogle documentation index of all dependencies,
# and provides a "hoogle" command to search the index. # and provides a "hoogle" command to search the index.
withHoogle = true; # FIXME: this currently does not respect `compilerSelection`,
# pullint in `haskell-nix.compiler` instead of `haskell.compiler`.
withHoogle = false;
}; };
# Variants to the default project configuration above. # Variants to the default project configuration above.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment