juspay/fencer

Investigate using cabal2nix

Closed this issue · 1 comments

Currently we can't use cabal2nix because of these flags:

, configureFlags ? [], enableSharedExecutables ? true, enableSharedLibraries ? true

We can probably use overrides instead to the same effect.

Solved in #17.