Skip to content

Commit 5a29fa4

Browse files
committed
configuration-ghc-94.nix: Don't yolo anymore since packages work now
1 parent aeb57a8 commit 5a29fa4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

configuration-ghc-94.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ let
1313
with pkgs.haskell.lib;
1414
{
1515
hlsDisabledPlugins = disabledPlugins;
16-
# YOLO
17-
mkDerivation = args:
18-
hsuper.mkDerivation (args // {
19-
jailbreak = true;
20-
doCheck = false;
21-
});
2216
} // (builtins.mapAttrs (_: drv: disableLibraryProfiling drv) {
2317
# ptr-poker breaks on MacOS without SSE2 optimizations
2418
# https://github.com/nikita-volkov/ptr-poker/issues/11

0 commit comments

Comments
 (0)