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

@ -51,7 +51,7 @@
};
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";
};
@ -112,8 +112,7 @@
[
agenix.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 = {
overlays = shared_overlays;