From 2ed38548c3496c8e365213a7e11cf159045ee279 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 28 Jun 2025 18:57:30 +0200 Subject: modules/nix: Temporarily switch to cppnix Both (lix and cppnix) have a fix for some rather serious CVEs. But lix also introduced a rather serious system breaking bug. So we need to update to something that works now, and I'm not really motivated to apply the patches for the lix bug manually. --- modules/by-name/ni/nix/module.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/by-name/ni/nix/module.nix') diff --git a/modules/by-name/ni/nix/module.nix b/modules/by-name/ni/nix/module.nix index 2b91f59b..40a84539 100644 --- a/modules/by-name/ni/nix/module.nix +++ b/modules/by-name/ni/nix/module.nix @@ -18,7 +18,8 @@ # TODO(@bpeetz): Modularize <2025-02-08> nix = { - package = pkgs.lixPackageSets.latest.lix; + # TODO(@bpeetz): Switch back to lix, once they fix their correctness bug. <2025-06-28> + package = pkgs.nix; # Disable nix channels (this is a remnant of old days) channel.enable = false; -- cgit 1.4.1