diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-02-18 16:21:13 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-02-18 16:21:13 +0100 |
commit | 5921ca89f9cc6247830e92a71f7db3f1fe0c193b (patch) | |
tree | d91595728f3911de2b46e7d686241043a0494d5c /flake.nix | |
parent | b5e3c04c0364abf91550b043df975272bfeecb9e (diff) |
Use Nixpkgs 20.03
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |