forked from lix-project/lix
parent
edee6169bf
commit
dd032f624c
10
flake.lock
10
flake.lock
|
@ -2,19 +2,19 @@
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"info": {
|
"info": {
|
||||||
"lastModified": 1582018495,
|
"lastModified": 1580555706,
|
||||||
"narHash": "sha256-xcpSl9tQKAsMQFmZfHXCqv6E9y1k6pk6T3i3jX1hsuk="
|
"narHash": "sha256-ly5Gxl9yZgW2w1F3aDU5bvg34Ct+juUaOg8vue+Mkbo="
|
||||||
},
|
},
|
||||||
"inputs": {},
|
"inputs": {},
|
||||||
"locked": {
|
"locked": {
|
||||||
"owner": "NixOS",
|
"owner": "edolstra",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "01d84d1ecfd50d809796176670448e0ec1cc4f5d",
|
"rev": "43e283790fbe330b723ac44b584824cf6d85c1ee",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"id": "nixpkgs",
|
"id": "nixpkgs",
|
||||||
"ref": "release-20.03",
|
"ref": "release-19.09",
|
||||||
"type": "indirect"
|
"type": "indirect"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
edition = 201909;
|
edition = 201909;
|
||||||
|
|
||||||
inputs.nixpkgs.uri = "nixpkgs/release-20.03";
|
inputs.nixpkgs.uri = "nixpkgs/release-19.09";
|
||||||
|
|
||||||
outputs = { self, nixpkgs }:
|
outputs = { self, nixpkgs }:
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
openssl pkgconfig sqlite
|
openssl pkgconfig sqlite
|
||||||
libarchive
|
libarchive
|
||||||
boost
|
boost
|
||||||
nlohmann_json
|
(nlohmann_json.override { multipleHeaders = true; })
|
||||||
rustc cargo
|
rustc cargo
|
||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
|
|
Loading…
Reference in a new issue