summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-02-18 22:11:52 +0100
committerEelco Dolstra <edolstra@gmail.com>2020-02-18 22:11:52 +0100
commitdd032f624cae1b705f30db57b468484050564a4a (patch)
tree8169ea3a1c4bfd5eecc7a8fd8c55b5f187428314 /flake.nix
parentedee6169bf772ba101be7cd2dcb5aa7814415466 (diff)
ggRevert "Use Nixpkgs 20.03"
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 34e1e6ffb..078f51fa4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,7 +3,7 @@
edition = 201909;
- inputs.nixpkgs.uri = "nixpkgs/release-20.03";
+ inputs.nixpkgs.uri = "nixpkgs/release-19.09";
outputs = { self, nixpkgs }:
@@ -72,7 +72,7 @@
openssl pkgconfig sqlite
libarchive
boost
- nlohmann_json
+ (nlohmann_json.override { multipleHeaders = true; })
rustc cargo
# Tests