Update to lix 2.93

This commit is contained in:
Charlotte Van Petegem 2025-05-11 17:07:55 +02:00
parent 734a1af6db
commit 22ea9ab898
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E
2 changed files with 13 additions and 13 deletions

22
flake.lock generated
View file

@ -292,15 +292,15 @@
"lix": { "lix": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1737234286, "lastModified": 1746910183,
"narHash": "sha256-pgDJZjj4jpzkFxsqBTI/9Yb0n3gW+DvDtuv9SwQZZcs=", "narHash": "sha256-Z1SKIw1tvfXAjVr0FowkzuFgrWW/HFZjIZM9DtnBByA=",
"rev": "079528098f5998ba13c88821a2eca1005c1695de", "rev": "1da9c0261e9b6f9b189d32f6e344183bc15feb70",
"type": "tarball", "type": "tarball",
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/079528098f5998ba13c88821a2eca1005c1695de.tar.gz?rev=079528098f5998ba13c88821a2eca1005c1695de" "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/1da9c0261e9b6f9b189d32f6e344183bc15feb70.tar.gz?rev=1da9c0261e9b6f9b189d32f6e344183bc15feb70"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
"url": "https://git.lix.systems/lix-project/lix/archive/release-2.92.tar.gz" "url": "https://git.lix.systems/lix-project/lix/archive/main.tar.gz"
} }
}, },
"lix-module": { "lix-module": {
@ -315,16 +315,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1741892773, "lastModified": 1746839156,
"narHash": "sha256-8oUT6D7VlsuLkms3zBsUaPBUoxucmFq62QdtyVpjq0Y=", "narHash": "sha256-4wPryIk4yXSmxEBmxMsMaeG/7as5EXQxVXs+LjTY8fI=",
"ref": "stable", "ref": "release-2.93",
"rev": "ed7a2fa83145868ecb830d6b3c73ebfd81a9e911", "rev": "4ca269a38949de3ef7f47da25576dc8974855f8f",
"revCount": 130, "revCount": 141,
"type": "git", "type": "git",
"url": "https://git.lix.systems/lix-project/nixos-module" "url": "https://git.lix.systems/lix-project/nixos-module"
}, },
"original": { "original": {
"ref": "stable", "ref": "release-2.93",
"type": "git", "type": "git",
"url": "https://git.lix.systems/lix-project/nixos-module" "url": "https://git.lix.systems/lix-project/nixos-module"
} }

View file

@ -62,7 +62,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
lix-module = { lix-module = {
url = "git+https://git.lix.systems/lix-project/nixos-module?ref=stable"; url = "git+https://git.lix.systems/lix-project/nixos-module?ref=release-2.93";
inputs = { inputs = {
flake-utils.follows = "flake-utils"; flake-utils.follows = "flake-utils";
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
@ -129,7 +129,7 @@
www-chvp-be.overlays.default www-chvp-be.overlays.default
]; ];
commonModules = [ commonModules = [
lix-module.nixosModules.lixFromNixpkgs # Even though it's a "nixosModule" it's actually compatible with Darwin as well lix-module.nixosModules.default # Even though it's a "nixosModule" it's actually compatible with Darwin as well
./modules/shared ./modules/shared
]; ];
nixosModules = [ nixosModules = [