1
0
Fork 0

General: update Lix to 2.91

This commit is contained in:
Aires 2024-08-19 15:24:43 -04:00
parent 96fbd1f2e8
commit 9ba43ad2cf
2 changed files with 13 additions and 13 deletions

View file

@ -180,15 +180,15 @@
"lix": {
"flake": false,
"locked": {
"lastModified": 1720626042,
"narHash": "sha256-w8JAk9Z3Fmkyway0VCjy/PtoBC6bGQVhNfTzFA98Pg8=",
"rev": "4bbdb2f5564b9b42bcaf0e1eec28325300f31c72",
"lastModified": 1723503926,
"narHash": "sha256-Rosl9iA9MybF5Bud4BTAQ9adbY81aGmPfV8dDBGl34s=",
"rev": "bcaeb6388b8916ac6d1736e3aa2b13313e6a6bd2",
"type": "tarball",
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/4bbdb2f5564b9b42bcaf0e1eec28325300f31c72.tar.gz"
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/bcaeb6388b8916ac6d1736e3aa2b13313e6a6bd2.tar.gz?rev=bcaeb6388b8916ac6d1736e3aa2b13313e6a6bd2"
},
"original": {
"type": "tarball",
"url": "https://git.lix.systems/lix-project/lix/archive/release-2.90.tar.gz"
"url": "https://git.lix.systems/lix-project/lix/archive/2.91.0.tar.gz"
}
},
"lix-module": {
@ -201,16 +201,16 @@
]
},
"locked": {
"lastModified": 1720641872,
"narHash": "sha256-8M7l2GJkYpe5h51//rRocBXKgdz7QSkY94ZUgoUpjTY=",
"ref": "release-2.90",
"rev": "acc5d87da90dd925101779ea27de60bdf3db339c",
"revCount": 91,
"lastModified": 1723510904,
"narHash": "sha256-zNW/rqNJwhq2lYmQf19wJerRuNimjhxHKmzrWWFJYts=",
"ref": "release-2.91",
"rev": "a0427505deb646bff65f23c06dd7f1036c782834",
"revCount": 104,
"type": "git",
"url": "https://git.lix.systems/lix-project/nixos-module"
},
"original": {
"ref": "release-2.90",
"ref": "release-2.91",
"type": "git",
"url": "https://git.lix.systems/lix-project/nixos-module"
}
@ -274,8 +274,8 @@
},
"original": {
"owner": "NixOS",
"ref": "14c333162ba53c02853add87a0000cbd7aa230c2",
"repo": "nixos-hardware",
"rev": "14c333162ba53c02853add87a0000cbd7aa230c2",
"type": "github"
}
},

View file

@ -14,7 +14,7 @@
# If you'd rather use regular Nix, remove `lix-module.nixosModules.default` from the `modules` section below.
# To learn more about Lix, see https://lix.systems/
lix-module = {
url = "git+https://git.lix.systems/lix-project/nixos-module?ref=release-2.90";
url = "git+https://git.lix.systems/lix-project/nixos-module?ref=release-2.91";
inputs.nixpkgs.follows = "nixpkgs";
};