Loading nixos/doc/manual/release-notes/rl-2305.section.md +1 −1 Original line number Diff line number Diff line Loading @@ -660,5 +660,5 @@ If reloading the module is not an option, proceed to [Nuclear option](#sec-relea #### Nuclear option {#sec-release-23.05-migration-pipewire-nuclear} If all else fails, you can still manually copy the contents of the default configuration file from `${pkgs.pipewire.lib}/share/pipewire` to `/etc/pipewire` and edit it to fully override the default. from `${pkgs.pipewire}/share/pipewire` to `/etc/pipewire` and edit it to fully override the default. However, this should be done only as a last resort. Please talk to the Pipewire maintainers if you ever need to do this. pkgs/by-name/al/alsa-utils/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ }: let plugin-packages = [ alsa-plugins ] ++ lib.optional withPipewireLib pipewire.lib; plugin-packages = [ alsa-plugins ] ++ lib.optional withPipewireLib pipewire; # Create a directory containing symlinks of all ALSA plugins. # This is necessary because ALSA_PLUGIN_DIR must reference only one directory. Loading Loading
nixos/doc/manual/release-notes/rl-2305.section.md +1 −1 Original line number Diff line number Diff line Loading @@ -660,5 +660,5 @@ If reloading the module is not an option, proceed to [Nuclear option](#sec-relea #### Nuclear option {#sec-release-23.05-migration-pipewire-nuclear} If all else fails, you can still manually copy the contents of the default configuration file from `${pkgs.pipewire.lib}/share/pipewire` to `/etc/pipewire` and edit it to fully override the default. from `${pkgs.pipewire}/share/pipewire` to `/etc/pipewire` and edit it to fully override the default. However, this should be done only as a last resort. Please talk to the Pipewire maintainers if you ever need to do this.
pkgs/by-name/al/alsa-utils/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ }: let plugin-packages = [ alsa-plugins ] ++ lib.optional withPipewireLib pipewire.lib; plugin-packages = [ alsa-plugins ] ++ lib.optional withPipewireLib pipewire; # Create a directory containing symlinks of all ALSA plugins. # This is necessary because ALSA_PLUGIN_DIR must reference only one directory. Loading