flake.nix: Support Nixpkgs 19.09

This commit is contained in:
Eelco Dolstra 2020-03-28 16:51:10 +01:00
parent bf0b7e5423
commit 5f75d56c9b

View file

@ -76,6 +76,9 @@
openssl pkgconfig sqlite
libarchive
boost
(if lib.versionAtLeast lib.version "20.03pre"
then nlohmann_json
else nlohmann_json.override { multipleHeaders = true; })
nlohmann_json
rustc cargo