Skip to content

Commit

Permalink
Remoed custom ormolu override
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Sep 30, 2023
1 parent 10a5848 commit add9bbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NixSupport/mkGhcCompiler.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,5 @@ in ghcCompiler.override {
manualOverrides

(self: super: { haskell-language-server = pkgs.haskell.lib.appendConfigureFlag super.haskell-language-server "--enable-executable-dynamic"; })
(self: super: { ormolu = if pkgs.system == "aarch64-darwin" then pkgs.haskell.lib.overrideCabal super.ormolu (_: { enableSeparateBinOutput = false; }) else super.ormolu; })
];
}

0 comments on commit add9bbb

Please sign in to comment.