about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2023-05-15 00:21:41 -0700
committerAdam Joseph <adam@westernsemico.com>2023-05-15 00:21:41 -0700
commit2983698c4b4d8c46c524f1e0c705163dda645786 (patch)
tree2bc1a420bd9f51dbdb9070972bf75abc78fc5b9b /nixos
parent3d94a1214828757a28a46c0deac5a9c042b31756 (diff)
downloadnixlib-2983698c4b4d8c46c524f1e0c705163dda645786.tar
nixlib-2983698c4b4d8c46c524f1e0c705163dda645786.tar.gz
nixlib-2983698c4b4d8c46c524f1e0c705163dda645786.tar.bz2
nixlib-2983698c4b4d8c46c524f1e0c705163dda645786.tar.lz
nixlib-2983698c4b4d8c46c524f1e0c705163dda645786.tar.xz
nixlib-2983698c4b4d8c46c524f1e0c705163dda645786.tar.zst
nixlib-2983698c4b4d8c46c524f1e0c705163dda645786.zip
release-notes: note ability to build powerpc64le-linux NixOS ISOs
This commit adds a mention to the release notes of the fact that
NixOS 23.05 can build installer ISOs for a new platform.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2305.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2305.section.md b/nixos/doc/manual/release-notes/rl-2305.section.md
index e0f18cca17a1..0a35d3dbf05c 100644
--- a/nixos/doc/manual/release-notes/rl-2305.section.md
+++ b/nixos/doc/manual/release-notes/rl-2305.section.md
@@ -374,6 +374,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - The minimal ISO image now uses the `nixos/modules/profiles/minimal.nix` profile.
 
+- NixOS installer ISOs can now be built for `powerpc64le-linux`; see `nixos/modules/installer/sd-card/sd-image-powerpc64le.nix` and [PR 192672](https://github.com/NixOS/nixpkgs/pull/192672).  Hydra does not support this platform, so you must build the binaries yourself.
+
 - The `ghcWithPackages` and `ghcWithHoogle` wrappers will now also symlink GHC's
   and all included libraries' documentation to `$out/share/doc` for convenience.
   If undesired, the old behavior can be restored by overriding the builders with