Closed zvolin closed 6 months ago
I added overlay which takes waybar from master (016b7291a3d85d14cfc907320b9c5829a68b8434
) and it works perfectly fine, so should I just close it and wait for new nixos-unstable?
Possibly that commit then fixed it https://github.com/NixOS/nixpkgs/commit/a4deb172a4934762b6d2f7f52057d47cbf7720b4 . That bump was merged quite recently
You could double check if the master version is 0.10.3 on your end with the overlay.
Here is a link to track the build status of that pr http://nixpk.gs/pr-tracker.html?pr=309516
As there is no action left here (beside waiting), on could already close the issue on my personal opinion.
so nixos-unstable already has this commit, however when I update and rebuild, I get the same error. Apparently on master everything works correctly. I'm not sure what may be the difference
I found out what was causing the issue. It's indeed the nixos-apple-silicon which downgrades the wireplumber, the nixpkgs are okay https://github.com/tpwrules/nixos-apple-silicon/blob/main/apple-silicon-support/modules/sound/default.nix#L70
Steps To Reproduce
Steps to reproduce the behavior:
home.packages = [ pkgs.waybar ];
Build log
Additional context
I asked about this on discord and got a few responses that everything builds fine for x86-64. I'm not sure how this is relevant but I'm using macbook pro m2, with https://github.com/tpwrules/nixos-apple-silicon. Everything was fine so far and today I did
nix flake update
and tried to rebuild.Notify maintainers
@FlorianFranzen @lovesegfault @minijackson @rodrgz @Synthetica9 @khaneliman
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a :+1: reaction to issues you find important.