diff --git a/flake.nix b/flake.nix index b06b5a1..813a6e9 100644 --- a/flake.nix +++ b/flake.nix @@ -125,6 +125,7 @@ "--ghc-option=-O0" "--ghc-option=-fomit-interface-pragmas" "--disable-split-sections" + "--ghc-option=-fno-dynamic-too" ]; postUnpack = (old.postUnpack or "") + '' _actual="$sourceRoot/build/Generated/ActualTypes.hs"