1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 15:13:55 +02:00

Use Nixpkgs 20.03

This commit is contained in:
Eelco Dolstra 2020-02-18 16:21:13 +01:00
parent b5e3c04c03
commit 5921ca89f9
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
2 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@
edition = 201909;
inputs.nixpkgs.uri = "nixpkgs/release-19.09";
inputs.nixpkgs.uri = "nixpkgs/release-20.03";
outputs = { self, nixpkgs }:
@ -72,7 +72,7 @@
openssl pkgconfig sqlite
libarchive
boost
(nlohmann_json.override { multipleHeaders = true; })
nlohmann_json
rustc cargo
# Tests