summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-2311.section.md
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2023-09-10 00:55:30 +0200
committerPeder Bergebakken Sundt <pbsds@hotmail.com>2023-09-22 21:11:24 +0200
commitbdda7b0a538857f34a413076e06c3a4353efc70a (patch)
tree2b63e237cb5f09c9a74814f870944f4ac3b1ed76 /nixos/doc/manual/release-notes/rl-2311.section.md
parent175f10a559cd9dd65b096b0ea1a776ce4d746b23 (diff)
downloadnixpkgs-bdda7b0a538857f34a413076e06c3a4353efc70a.tar
nixpkgs-bdda7b0a538857f34a413076e06c3a4353efc70a.tar.gz
nixpkgs-bdda7b0a538857f34a413076e06c3a4353efc70a.tar.bz2
nixpkgs-bdda7b0a538857f34a413076e06c3a4353efc70a.tar.lz
nixpkgs-bdda7b0a538857f34a413076e06c3a4353efc70a.tar.xz
nixpkgs-bdda7b0a538857f34a413076e06c3a4353efc70a.tar.zst
nixpkgs-bdda7b0a538857f34a413076e06c3a4353efc70a.zip
python3Packages.flitBuildHook: remove
Diffstat (limited to 'nixos/doc/manual/release-notes/rl-2311.section.md')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index baf3b4d9022..457311f1fcb 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -336,4 +336,6 @@ The module update takes care of the new config syntax and the data itself (user
   can automatically format the root device by setting
   `virtualisation.fileSystems."/".autoFormat = true;`.
 
+- `python3.pkgs.flitBuildHook` has been removed. Use `flit-core` and `format = "pyproject"` instead.
+
 - The `electron` packages now places its application files in `$out/libexec/electron` instead of `$out/lib/electron`. Packages using electron-builder will fail to build and need to be adjusted by changing `lib` to `libexec`.