6 Commits

Author SHA1 Message Date
Gabriella Gonzalez
1937593598
Fix default NixOS module (#6)
… to correctly override `pkgs.nix-serve` with `pkgs.nix-serve-ng`
2022-09-07 09:47:43 -07:00
Gabriella Gonzalez
e686b2b1fc
Add README.md (#4)
… and make matching changes to `flake.nix` to support the usage
documented in the `README`
2022-09-01 12:36:08 -07:00
Gabriella Gonzalez
166672a78f
Benchmark using wallclock time instead of CPU time (#3)
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
2022-08-31 14:06:16 -07:00
Gabriella Gonzalez
db246ffa56
Use packageSourceOverrides (#3)
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`
2022-07-06 12:50:53 -07:00
Gabriella Gonzalez
773da02662 Add benchmark suite 2022-07-05 10:13:10 -07:00
Gabriella Gonzalez
670846795d Flake-enable the project 2022-07-01 14:00:11 -07:00