mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01:00
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
|
openssl pkgconfig sqlite
|
||||||
libarchive
|
libarchive
|
||||||
boost
|
boost
|
||||||
|
(if lib.versionAtLeast lib.version "20.03pre"
|
||||||
|
then nlohmann_json
|
||||||
|
else nlohmann_json.override { multipleHeaders = true; })
|
||||||
nlohmann_json
|
nlohmann_json
|
||||||
rustc cargo
|
rustc cargo
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue