aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-11-06 14:47:58 +0100
committerEelco Dolstra <edolstra@gmail.com>2019-11-06 14:47:58 +0100
commitf01304b57320423cbc16fcbd2311623007a1f720 (patch)
tree3f17f39045f0289897563de8fb65fedaff36339b
parente491efe9fb010a66f17d0bbc53afd02870198070 (diff)
Fix build
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 307a879bb..b3a7ea535 100644
--- a/flake.nix
+++ b/flake.nix
@@ -71,7 +71,7 @@
bzip2 xz brotli editline
openssl pkgconfig sqlite boehmgc
boost
- nlohmann_json
+ (nlohmann_json.override { multipleHeaders = true; })
# Tests
git