Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Mar 28, 2024
1 parent d9ad053 commit 32794a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/haskell.nix
Expand Up @@ -332,7 +332,7 @@ let
lib.mkIf (pkgs.stdenv.hostPlatform.isMusl && config.package.isLocal)
{
# Module options which adds GHC flags and libraries for a fully static build
enableShared = true; # Template haskell code used in `cardano-node` breaks if this is is false.
enableShared = true; # TH code breaks if this is false.
enableStatic = true;
}
));
Expand Down

0 comments on commit 32794a5

Please sign in to comment.