You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating my personal flake to the latest unstable nixpkgs (nix flake update reports it as 'github:nixos/nixpkgs/4361baa782dc3d3b35fd455a1adc370681d9187c' (2023-03-26)), I get these errors:
error:
Failed assertions:
- The option definition `services.pipewire.media-session' in `/nix/store/gbbsb725hdav0k22b4qscdv6201fj80a-source/flake.nix' no longer has any effect; please remove it.
pipewire-media-session is no longer supported upstream and has been removed.
Please switch to `services.pipewire.wireplumber` instead.
- The option definition `services.pipewire.config' in `/nix/store/gbbsb725hdav0k22b4qscdv6201fj80a-source/flake.nix' no longer has any effect; please remove it.
Overriding default Pipewire configuration through NixOS options never worked correctly and is no longer supported.
Please create drop-in files in /etc/pipewire/pipewire.conf.d/ to make the desired setting changes instead.
I'm unsure where services.pipewire.media-session is enabled, and that could very well be an issue with my flake, but I am certain that nix-gaming is using services.pipewire.confighere.
The text was updated successfully, but these errors were encountered:
Oh, I think NixOS/nixpkgs#220332 finally propagated. I'll have to rewrite it as a wireplumber config.
I don't know how yet though, so it may take some time until I make it work.
When updating my personal flake to the latest unstable
nixpkgs
(nix flake update
reports it as'github:nixos/nixpkgs/4361baa782dc3d3b35fd455a1adc370681d9187c' (2023-03-26)
), I get these errors:I'm unsure where
services.pipewire.media-session
is enabled, and that could very well be an issue with my flake, but I am certain thatnix-gaming
is usingservices.pipewire.config
here.The text was updated successfully, but these errors were encountered: