Loading nixos/doc/manual/from_md/release-notes/rl-2211.section.xml +6 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ In addition to numerous new and upgraded packages, this release has the following highlights: </para> <itemizedlist spacing="compact"> <itemizedlist> <listitem> <para> During cross-compilation, tests are now executed if the test Loading @@ -31,6 +31,11 @@ <literal>stdenv.buildPlatform.canExecute stdenv.hostPlatform</literal>. </para> </listitem> <listitem> <para> PHP now defaults to PHP 8.1, updated from 8.0. </para> </listitem> </itemizedlist> </section> <section xml:id="sec-release-22.11-new-services"> Loading nixos/doc/manual/release-notes/rl-2211.section.md +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ In addition to numerous new and upgraded packages, this release has the followin built for `stdenv.hostPlatform` (i.e. produced by `stdenv.cc`) by evaluating `stdenv.buildPlatform.canExecute stdenv.hostPlatform`. - PHP now defaults to PHP 8.1, updated from 8.0. <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. --> ## New Services {#sec-release-22.11-new-services} Loading pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -14355,7 +14355,7 @@ with pkgs; # PHP interpreters, packages and extensions. # # Set default PHP interpreter, extensions and packages php = php80; php = php81; phpExtensions = php.extensions; phpPackages = php.packages; Loading
nixos/doc/manual/from_md/release-notes/rl-2211.section.xml +6 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ In addition to numerous new and upgraded packages, this release has the following highlights: </para> <itemizedlist spacing="compact"> <itemizedlist> <listitem> <para> During cross-compilation, tests are now executed if the test Loading @@ -31,6 +31,11 @@ <literal>stdenv.buildPlatform.canExecute stdenv.hostPlatform</literal>. </para> </listitem> <listitem> <para> PHP now defaults to PHP 8.1, updated from 8.0. </para> </listitem> </itemizedlist> </section> <section xml:id="sec-release-22.11-new-services"> Loading
nixos/doc/manual/release-notes/rl-2211.section.md +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ In addition to numerous new and upgraded packages, this release has the followin built for `stdenv.hostPlatform` (i.e. produced by `stdenv.cc`) by evaluating `stdenv.buildPlatform.canExecute stdenv.hostPlatform`. - PHP now defaults to PHP 8.1, updated from 8.0. <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. --> ## New Services {#sec-release-22.11-new-services} Loading
pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -14355,7 +14355,7 @@ with pkgs; # PHP interpreters, packages and extensions. # # Set default PHP interpreter, extensions and packages php = php80; php = php81; phpExtensions = php.extensions; phpPackages = php.packages;