Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nlohmann_json: allow overrides by eliminating use of
rec
The existing nlohmann_json expression prevents users from overriding fields (like `doCheck`) because it uses `rec` in the argument to `mkDerivation`. Let's use the shiny new pass-a-function-to-`mkDerivation` feature to do the same thing without blocking overrides.
- Loading branch information