Skip to content

Commit f0cb755

Browse files
committed
Jailbreak all ghc901 packages
1 parent 0842b30 commit f0cb755

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configuration-ghc-901.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ let
9797
"-f-stylishhaskell"
9898
"-f-tactic"
9999
]) { };
100+
101+
# YOLO
102+
mkDerivation = args: hsuper.mkDerivation (args // { jailbreak = true; });
100103
};
101104
in {
102105
inherit disabledPlugins;

0 commit comments

Comments
 (0)