Preserve conditionals until pretty-printing #712
Preserve conditionals until pretty-printing #712alexfmpe wants to merge 6 commits intoNixOS:masterfrom
Conversation
|
Actually I wonder if we'll even want to keep My plan was to first retain all needed conditional/component structure in However, it ocurred to me that maybe both behaviors are actually useful - callCabal2nix could keep using the finalized version, while hackage-packages.nix wants the conditionals. In the limit we could allow fine-grained control over which ConfVar are specialized/finalized, in which case So we could keep CI green and unchanged by only merging here up to Preserve finalization arguments until pretty-printing and then do a PR which in one go preserves conditionals and pretty-prints them, avoiding ever going through |
On top of #709