I have an issue performing a rebuild on my system since the end of June…(flake update on 30 June)
Using unstable with the line
nixpkgs.url = “github:NixOS/nixpkgs/nixos-unstable”;
I get the following error:
error: separateDebugInfo = true in lix requires __structuredAttrs if {dis,}allowedRequisites or {dis,}allowedReferences is set
If I replace with 25.05 -
nixpkgs.url = “nixpkgs/nixos-25.05”;
The build is successful (I’ve tried several dates from 30 June to 8 August).
I have tried nix instead of lix (no change), and removed many config aspects (most of the installed apps for example) with no effect. I can update the flake lock of everything (lix, hyprland, home-manager etc.) except nixos-unstable. My home-manager version is 25.11, following the unstable nixpkgs.
The error stumps me - I have looked at the thread on breaking elements for unstable, searched the discourse, and home-manager for possible causes and nothing seems to help ![]()
Can anyone give me some pointers to debug? I must have missed something somewhere. Anything appreciated as I’m totally lost!