diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-03-28 16:51:10 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-03-28 16:51:10 +0100 |
commit | 5f75d56c9bb4937b7cc9b7f20b31ef151adf4497 (patch) | |
tree | 6061ae9a816db2b65ee43cdbeddea31720756b73 | |
parent | bf0b7e5423866592df75a7271a2c67d886d2cd33 (diff) |
flake.nix: Support Nixpkgs 19.09
-rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 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 |