Revert "fix: disable installGhc"

This reverts commit afd62d7536.
This commit is contained in:
Lander Van den Bulcke 2025-09-27 23:56:25 +02:00
parent afd62d7536
commit 61b99fc2b8
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -49,7 +49,7 @@
}; };
hls = { hls = {
enable = true; enable = true;
installGhc = false; installGhc = true;
}; };
rubocop = { rubocop = {
enable = true; enable = true;