Update lix

This commit is contained in:
Artemis Tosini 2024-08-10 20:11:54 +00:00
parent a6f15f9c36
commit b0217d8ffe
Signed by: artemist
GPG key ID: EE5227935FE3FF18
3 changed files with 9 additions and 7 deletions

View file

@ -3,5 +3,7 @@
nixpkgs.overlays = [(final: prev: {
# Meson wants simd in a test
meson = prev.meson.overrideAttrs (attrs: { doInstallCheck = false; });
# Timeout
aws-c-common = prev.aws-c-common.overrideAttrs (attrs: { doCheck = false; });
})];
}

View file

@ -36,16 +36,16 @@
"lix": {
"flake": false,
"locked": {
"lastModified": 1714955862,
"narHash": "sha256-REWlo2RYHfJkxnmZTEJu3Cd/2VM+wjjpPy7Xi4BdDTQ=",
"ref": "refs/tags/2.90-beta.1",
"rev": "b6799ab0374a8e1907a48915d3187e07da41d88c",
"revCount": 15501,
"lastModified": 1720626042,
"narHash": "sha256-f8k+BezKdJfmE+k7zgBJiohtS3VkkriycdXYsKOm3sc=",
"ref": "refs/tags/2.90.0",
"rev": "2a4376be20d70feaa2b0e640c5041fb66ddc67ed",
"revCount": 15788,
"type": "git",
"url": "https://git.lix.systems/lix-project/lix"
},
"original": {
"ref": "refs/tags/2.90-beta.1",
"ref": "refs/tags/2.90.0",
"type": "git",
"url": "https://git.lix.systems/lix-project/lix"
}

View file

@ -2,7 +2,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
lix = {
url = "git+https://git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1";
url = "git+https://git.lix.systems/lix-project/lix?ref=refs/tags/2.90.0";
flake = false;
};
lix-module = {