diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-11-06 14:47:58 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-11-06 14:47:58 +0100 |
commit | f01304b57320423cbc16fcbd2311623007a1f720 (patch) | |
tree | 3f17f39045f0289897563de8fb65fedaff36339b | |
parent | e491efe9fb010a66f17d0bbc53afd02870198070 (diff) |
Fix build
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ bzip2 xz brotli editline openssl pkgconfig sqlite boehmgc boost - nlohmann_json + (nlohmann_json.override { multipleHeaders = true; }) # Tests git |