From fdc0b6830dcf39d5dc5cc2effb2bf0eb8317f822 Mon Sep 17 00:00:00 2001 From: Artturin Date: Wed, 26 Apr 2023 19:08:12 +0300 Subject: [PATCH] release-notes: mention {build,host,target}Platform deprecation --- nixos/doc/manual/release-notes/rl-2305.section.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/doc/manual/release-notes/rl-2305.section.md b/nixos/doc/manual/release-notes/rl-2305.section.md index a89c46152cab..41cbb122d073 100644 --- a/nixos/doc/manual/release-notes/rl-2305.section.md +++ b/nixos/doc/manual/release-notes/rl-2305.section.md @@ -188,6 +188,8 @@ In addition to numerous new and upgraded packages, this release has the followin - Calling `makeSetupHook` without passing a `name` argument is deprecated. +- Top-level buildPlatform,hostPlatform,targetPlatform have been deprecated, use stdenv.X instead. + - `lib.systems.examples.ghcjs` and consequently `pkgsCross.ghcjs` now use the target triplet `javascript-unknown-ghcjs` instead of `js-unknown-ghcjs`. This has been done to match an [upstream decision](https://gitlab.haskell.org/ghc/ghc/-/commit/6636b670233522f01d002c9b97827d00289dbf5c) to follow Cabal's platform naming more closely. Nixpkgs will also reject `js` as an architecture name. - The old unsupported version 6.x of the ELK-stack and Elastic beats have been removed. Use OpenSearch instead.