danth/stylix

`pkgs.gnome.gnome-backgrounds` is now top level package `pkgs.gnome-backgrounds`

Closed this issue · 4 comments

looks like upstream changes are breaking stylix:

NixOS/nixpkgs@6e8760f

       error: attribute 'gnome-backgrounds' missing

       at /nix/store/qb1mjpc9gh2w20wmrlf38v1y23nnzadz-modules/gnome/nixos.nix:22:43:

           21|     # which will then download the pack regardless of its exclusion below.
           22|     environment.gnome.excludePackages = [ pkgs.gnome.gnome-backgrounds ];
danth commented

Fixed in #531

How can this be temporarily fixed for 24.05/unstable?

How can this be temporarily fixed for 24.05/unstable?

Do you mean the https://github.com/danth/stylix/tree/release-24.05 branch? Maybe we should backport this patch.

I do not think this plays together with 24.05, I am on nixpgs 24.05 and master on stylix got broken for me after updating the flakes. I had to go to stylix/release-24.05 to get my system to build again.

Edit: I just see the comments on the closed PR. They are basically saying the same, sorry for duplication.