You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made an alternate fix for this by just explicitly writing the attr instead of boolattr for these options, but further to that opinion I think boolattr is prone to breakage because we can never assume how nixpkgs will interpret a missing key into configure options, so in the interest of discoverability I don't think boolattr is a good idea.
enableLibraryProfiling = true seems to be the default when I use cabal2nix, can we have an explicit option to set it to false?
The text was updated successfully, but these errors were encountered: