nixos/profiles/perlless: add release-note
This commit is contained in:
parent
3df9c5ef3e
commit
1f65b34e99
@ -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
|
- 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.
|
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}
|
## New Services {#sec-release-24.05-new-services}
|
||||||
|
|
||||||
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
|
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
|
||||||
|
Loading…
Reference in New Issue
Block a user