+2
nixos/doc/manual/release-notes/rl-2411.section.md
+2
nixos/doc/manual/release-notes/rl-2411.section.md
···+- `srcOnly` was rewritten to be more readable, have additional warnings in the event that something is probably wrong, use the `stdenv` provided by the derivation, and Noogle-compatible documentation was added.- The default sound server for most graphical sessions has been switched from PulseAudio to PipeWire.Users that want to keep PulseAudio will want to set `services.pipewire.enable = false;` and `hardware.pulseaudio.enable = true;`.
+2
pkgs/applications/editors/vscode/vscode.nix
+2
pkgs/applications/editors/vscode/vscode.nix
······
+59
-19
pkgs/build-support/src-only/default.nix
+59
-19
pkgs/build-support/src-only/default.nix
···+- A set of attributes that would be passed to a `stdenv.mkDerivation` or `stdenvNoCC.mkDerivation` call.+A derivation that runs a derivation's `unpackPhase` and `patchPhase`, and then copies the result to the output path.+stdenv = args.stdenv or (lib.warn "srcOnly: stdenv not provided, using stdenvNoCC" stdenvNoCC);
+3
pkgs/development/compilers/ghc/common-hadrian.nix
+3
pkgs/development/compilers/ghc/common-hadrian.nix
······
+3
pkgs/development/tools/build-managers/gradle/update-deps.nix
+3
pkgs/development/tools/build-managers/gradle/update-deps.nix
······