diff options
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-20.03"; + inputs.nixpkgs.uri = "nixpkgs/release-19.09"; outputs = { self, nixpkgs }: @@ -72,7 +72,7 @@ openssl pkgconfig sqlite libarchive boost - nlohmann_json + (nlohmann_json.override { multipleHeaders = true; }) rustc cargo # Tests |