Skip to content

Commit 0334604

Browse files
committedMar 24, 2025
flake: disable Lix module
Since NixOS/nixpkgs#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.
1 parent cad74df commit 0334604

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎flake.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@
112112
[
113113
agenix.nixosModules.default
114114
home-manager.nixosModules.default
115-
lix-module.nixosModules.default
115+
# FIXME: this is temporarily broken, will need a bump of the Lix module
116+
# lix-module.nixosModules.default
116117
{
117118
nixpkgs = {
118119
overlays = shared_overlays;

0 commit comments

Comments
 (0)
Failed to load comments.