about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authornikstur <nikstur@outlook.com>2023-11-27 19:52:31 +0100
committernikstur <nikstur@outlook.com>2024-01-22 00:54:14 +0100
commit1f65b34e999760470208af94cd208ea3f9da0c47 (patch)
treee0b1ff39f2de71f78c1bbeb670f53e869c8fdc52 /nixos
parent3df9c5ef3e7a50aa43916bb69a6a42fd3354ecf7 (diff)
downloadnixlib-1f65b34e999760470208af94cd208ea3f9da0c47.tar
nixlib-1f65b34e999760470208af94cd208ea3f9da0c47.tar.gz
nixlib-1f65b34e999760470208af94cd208ea3f9da0c47.tar.bz2
nixlib-1f65b34e999760470208af94cd208ea3f9da0c47.tar.lz
nixlib-1f65b34e999760470208af94cd208ea3f9da0c47.tar.xz
nixlib-1f65b34e999760470208af94cd208ea3f9da0c47.tar.zst
nixlib-1f65b34e999760470208af94cd208ea3f9da0c47.zip
nixos/profiles/perlless: add release-note
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 1d557d14c611..0b313326fac8 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -24,6 +24,16 @@ In addition to numerous new and upgraded packages, this release has the followin
 - A new option `system.etc.overlay.enable` was added. If enabled, `/etc` is
   mounted via an overlayfs instead of being created by a custom perl script.
 
+- It is now possible to have a completely perlless system (i.e. a system
+  without perl). Previously, the NixOS activation depended on two perl scripts
+  which can now be replaced via an opt-in mechanism. To make your system
+  perlless, you can use the new perlless profile:
+  ```
+  { modulesPath, ... }: {
+    imports = [ "${modulesPath}/profiles/perlless.nix" ];
+  }
+  ```
+
 ## New Services {#sec-release-24.05-new-services}
 
 <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->