Skip to content

Commit

Permalink
release-notes: note ability to build powerpc64le-linux NixOS ISOs
Browse files Browse the repository at this point in the history
This commit adds a mention to the release notes of the fact that
NixOS 23.05 can build installer ISOs for a new platform.
  • Loading branch information
Adam Joseph committed May 15, 2023
1 parent 3d94a12 commit 2983698
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/doc/manual/release-notes/rl-2305.section.md
Expand Up @@ -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
Expand Down

0 comments on commit 2983698

Please sign in to comment.