From 03346040e01c988ff03bf0c34519529051023a2c Mon Sep 17 00:00:00 2001
From: Antoine Martin <antoine@alarsyo.net>
Date: Mon, 24 Mar 2025 10:12:14 +0100
Subject: [PATCH] flake: disable Lix module

Since https://github.com/NixOS/nixpkgs/pull/391983 was merged in
nixos-24.11, the Lix module needs a bump as well to avoid applying that
patch twice, which breaks the build. Let's wait for an update.
---
 flake.nix | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/flake.nix b/flake.nix
index b68cf00..d0f7076 100644
--- a/flake.nix
+++ b/flake.nix
@@ -112,7 +112,8 @@
           [
             agenix.nixosModules.default
             home-manager.nixosModules.default
-            lix-module.nixosModules.default
+            # FIXME: this is temporarily broken, will need a bump of the Lix module
+            # lix-module.nixosModules.default
             {
               nixpkgs = {
                 overlays = shared_overlays;