flake: re-enable lix module

This commit is contained in:
Antoine Martin 2025-03-24 10:12:14 +01:00
parent 03346040e0
commit 6e7706cb25
2 changed files with 7 additions and 8 deletions

View file

@ -221,15 +221,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1741892773, "lastModified": 1742943028,
"narHash": "sha256-8oUT6D7VlsuLkms3zBsUaPBUoxucmFq62QdtyVpjq0Y=", "narHash": "sha256-fprwZKE1uMzO9tiWWOrmLWBW3GPkMayQfb0xOvVFIno=",
"rev": "ed7a2fa83145868ecb830d6b3c73ebfd81a9e911", "rev": "868d97695bab9d21f6070b03957bcace249fbe3c",
"type": "tarball", "type": "tarball",
"url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/ed7a2fa83145868ecb830d6b3c73ebfd81a9e911.tar.gz?rev=ed7a2fa83145868ecb830d6b3c73ebfd81a9e911" "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/868d97695bab9d21f6070b03957bcace249fbe3c.tar.gz"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
"url": "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-1.tar.gz" "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-3.tar.gz"
} }
}, },
"nixos-hardware": { "nixos-hardware": {

View file

@ -51,7 +51,7 @@
}; };
lix-module = { lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-1.tar.gz"; url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-3.tar.gz";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
@ -112,8 +112,7 @@
[ [
agenix.nixosModules.default agenix.nixosModules.default
home-manager.nixosModules.default home-manager.nixosModules.default
# FIXME: this is temporarily broken, will need a bump of the Lix module lix-module.nixosModules.default
# lix-module.nixosModules.default
{ {
nixpkgs = { nixpkgs = {
overlays = shared_overlays; overlays = shared_overlays;