flake.nix: Support Nixpkgs 19.09
This commit is contained in:
parent
bf0b7e5423
commit
5f75d56c9b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue