diff --git a/flake.lock b/flake.lock index 13e10e611..2d2a49011 100644 --- a/flake.lock +++ b/flake.lock @@ -2,19 +2,19 @@ "inputs": { "nixpkgs": { "info": { - "lastModified": 1580555706, - "narHash": "sha256-ly5Gxl9yZgW2w1F3aDU5bvg34Ct+juUaOg8vue+Mkbo=" + "lastModified": 1584691855, + "narHash": "sha256-3cXP6khHTwLmy3uDQc+zCp2e+ZK0YPWgS4vldyrrNow=" }, "inputs": {}, "locked": { - "owner": "edolstra", + "owner": "NixOS", "repo": "nixpkgs", - "rev": "43e283790fbe330b723ac44b584824cf6d85c1ee", + "rev": "4362edf3c3c4316e14c2b7844e2ad5678885914a", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "release-19.09", + "ref": "nixos-20.03-small", "type": "indirect" } } 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