about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/core/common.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/core/common.nix b/modules/core/common.nix
index dbaec7ed..a6a491b4 100644
--- a/modules/core/common.nix
+++ b/modules/core/common.nix
@@ -41,14 +41,6 @@ with lib;
 
   in {
     nixpkgs.config.packageOverrides = pkgs: {
-      # XXX: REAAAALLLY UGLY hack to force the Headcounter Hydra to rebuild GHC
-      # and all its packages and not use binary substitution.
-      haskellPackages = pkgs.haskellPackages.override {
-        ghc = pkgs.haskellPackages.ghc.overrideDerivation (const {
-          forceRebuild = true;
-        });
-      };
-
       inherit (import ../../pkgs {
         # We need to make sure to incorporate other package overrides,
         # otherwise we are unable to override packages in vuizvui.*.