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": {
|
"inputs": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"info": {
|
"info": {
|
||||||
"lastModified": 1580555706,
|
"lastModified": 1584691855,
|
||||||
"narHash": "sha256-ly5Gxl9yZgW2w1F3aDU5bvg34Ct+juUaOg8vue+Mkbo="
|
"narHash": "sha256-3cXP6khHTwLmy3uDQc+zCp2e+ZK0YPWgS4vldyrrNow="
|
||||||
},
|
},
|
||||||
"inputs": {},
|
"inputs": {},
|
||||||
"locked": {
|
"locked": {
|
||||||
"owner": "edolstra",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "43e283790fbe330b723ac44b584824cf6d85c1ee",
|
"rev": "4362edf3c3c4316e14c2b7844e2ad5678885914a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"id": "nixpkgs",
|
"id": "nixpkgs",
|
||||||
"ref": "release-19.09",
|
"ref": "nixos-20.03-small",
|
||||||
"type": "indirect"
|
"type": "indirect"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
edition = 201909;
|
edition = 201909;
|
||||||
|
|
||||||
inputs.nixpkgs.uri = "nixpkgs/release-19.09";
|
inputs.nixpkgs.uri = "nixpkgs/nixos-20.03-small";
|
||||||
|
|
||||||
outputs = { self, nixpkgs }:
|
outputs = { self, nixpkgs }:
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
openssl pkgconfig sqlite
|
openssl pkgconfig sqlite
|
||||||
libarchive
|
libarchive
|
||||||
boost
|
boost
|
||||||
(nlohmann_json.override { multipleHeaders = true; })
|
nlohmann_json
|
||||||
rustc cargo
|
rustc cargo
|
||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
|
|
Loading…
Reference in a new issue