* Support Lix 2.92
nix-serve-ng can now build against lix by passing -f lix to cabal
the flake now also exports the `lix-serve-ng` package for a version that
is built against lix
* add back configureFlags, lost in rebase
- overlay function argument names should be `final` and `prev`
- `overlay.*` should be overlays -- functions taking `final: prev:`
The NixOS module was amended to preserve compatibility.
This requires upgrading to a newer version of `nixpkgs` to pick up
a newer version of the `tasty-bench` package in order to support
benchmarking using wall-clock time
The original reason for not using this was to
work around a mistake on our end. When we specified
`nix` via the `extra-libraries` clause of the `.cabal`
file instead of `pkgconfig-depends` that messed up the
file generated by `cabal2nix` which entailed various
work-arounds. Those workarounds are no longer necessary,
so we can switch to `packageSourceOverrides`