cabal2nix
cabal2nix copied to clipboard
Add option to only set system dependencies
I use NixOS, but I prefer using cabal to manage haskell packages. A flag to make cabal2nix recursively check for system deps and add only them to the nix file would be really useful. I cannot just manually delete the haskell deps from the nix file, since I'd lose system deps that come from haskell deps