!9IQChSjwSHXPPWTa:lix.systems

Lix

1119 Members
Lix user channel. Feel free to discuss on-topic issues here and give each other help. For matrix.to links to the rest of the Lix channels, see: https://wiki.lix.systems/books/lix-organisation/page/matrix-rooms300 Servers

Load older messages


SenderMessageTime
23 Dec 2025
@raitobezarius:matrix.orgraitobezariusCan you provide more logs so we can see what we could offer?03:00:55
@jeffrey.mcbeth:matrix.orgMcBethI can do that. I knew I wasn't providing enough info. I've never really learned how to get the logs, but I'll work on getting the configs uploaded03:11:21
@jeffrey.mcbeth:matrix.orgMcBethhttps://git.sr.ht/~mcbeth/nixos03:26:34
@just1602:systemli.orgjust1602

Can you provide the error you get in your terminal when you do nixos-rebuild or whatever command you run to update your machine?

If you didn't run nix-collect-garbage you could boot into a previous generation with a previous lix version to update to the latest version? Otherwise I think there's a way to use a static build to rebuild your system, but raitobezarius is really the expert since he lead the fix when it appeared.

03:30:37
@jeffrey.mcbeth:matrix.orgMcBethScreenshot from 2025-12-22 22-34-39.png
Download Screenshot from 2025-12-22 22-34-39.png
03:35:28
@jeffrey.mcbeth:matrix.orgMcBeth I also have tried the same thing, but with a nix-shell -p lix, which gives me 2.91-3, and get the same error 03:36:23
@jeffrey.mcbeth:matrix.orgMcBeth * I also have tried the same thing, but with a nix-shell -p lix, which gives me 2.91.3, and get the same error 03:36:34
@just1602:systemli.orgjust1602Here's the blog post to fix the issue with 2.93.2: https://lix.systems/blog/2025-06-27-lix-critical-bug/ According to this article, 2.93.2 shouldn't be affected. Are you able to do repair your store first and then see if it works?03:40:10
@just1602:systemli.orgjust1602But also in this screenshot, it's nixccp that is failing to build. Are you using lix?03:41:10
@jeffrey.mcbeth:matrix.orgMcBeth nix --version says nix (Lix, like Nix) 2.93.2 14:11:08
@k900:0upti.meK900Are you sure this is even a Lix issue14:15:00
@k900:0upti.meK900Can you post the full build log14:15:10
@jeffrey.mcbeth:matrix.orgMcBethNo, I'm not sure this is a lix issue, one of the struggles is that it's insisting on building a couple thousand of packages, so these failures sometimes take quite a while to show up. I've been really struggling to figure out ways to search for my own solutions rather than bugging others (I was prideful since July). Sorry. I'm running the above blog suggestion with the static build of lix right now, I'll post the full logs (once it finishes, assuming it still fails to complete)14:41:19
@raitobezarius:matrix.orgraitobezariusi'm rebuilding your config as well14:45:37
@raitobezarius:matrix.orgraitobezariuswe will see14:45:40
@raitobezarius:matrix.orgraitobezariuswhy am i rebuilding perl in your thing14:51:27
@raitobezarius:matrix.orgraitobezarius
enableParallelBuildingByDefault = true;
14:51:53
@k900:0upti.meK900Oh god14:52:23
@k900:0upti.meK900Can we kill that option14:52:28
@raitobezarius:matrix.orgraitobezarius
  # enabling or disabling does nothing for perl packages so set it explicitly
  # to false to not change hashes when enableParallelBuildingByDefault is enabled
  enableParallelBuilding ? false,
14:53:52
@raitobezarius:matrix.orgraitobezariusin perl recipe14:53:55
@raitobezarius:matrix.orgraitobezarius McBeth: I'm sorry, I'm betting on this option in your config 14:54:16
@raitobezarius:matrix.orgraitobezariusyeah, no mass rebuild anymore, I think?14:54:44
@raitobezarius:matrix.orgraitobezariusyour system is building so fast now :>14:55:01
@raitobezarius:matrix.orgraitobezariusso, this is not a lix problem in the end anyway14:55:19
@raitobezarius:matrix.orgraitobezariusi just built your system in 70s on my laptop by turning off that line14:55:32
@raitobezarius:matrix.orgraitobezarius


diff --git a/configuration.nix b/configuration.nix
index 245d28f..5adf99c 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -48,7 +48,7 @@
   nixpkgs.config = {
     # Required for zfs
     allowBroken = false;
-    enableParallelBuildingByDefault = true;
+    enableParallelBuildingByDefault = false;
     allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
                 "discord"
                 "zoom"
14:55:46
@jeffrey.mcbeth:matrix.orgMcBethOh, that's going to be delightful14:56:29
@just1602:systemli.orgjust1602Enjoy the upgrade 🎉14:56:55
@jeffrey.mcbeth:matrix.orgMcBethOf all the stupid things for me to have done to myself14:57:22

Show newer messages


Back to Room ListRoom Version: 10