summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-03-20 13:09:11 +0100
committerEelco Dolstra <edolstra@gmail.com>2020-03-20 13:09:20 +0100
commit1e6e673eb789b7588e159526947545ccc8a2da75 (patch)
tree602b666d69b180075d848029ebfa15b516eeb7a9 /flake.nix
parent8aa354fdfd94db7b63462a4683add04e4eb75c48 (diff)
flake.nix: Switch to 20.03
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 6abfc94b1..337cae95b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,7 +3,7 @@
edition = 201909;
- inputs.nixpkgs.uri = "nixpkgs/release-19.09";
+ inputs.nixpkgs.uri = "nixpkgs/nixos-20.03-small";
outputs = { self, nixpkgs }:
@@ -76,7 +76,7 @@
openssl pkgconfig sqlite
libarchive
boost
- (nlohmann_json.override { multipleHeaders = true; })
+ nlohmann_json
rustc cargo
# Tests