forked from lix-project/lix
flake.nix: Switch to 20.03
This commit is contained in:
parent
8aa354fdfd
commit
1e6e673eb7
10
flake.lock
10
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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue