nixos/doc/release-notes-2505: fix table formatting for system.build

This commit is contained in:
Leona Maroni 2025-05-23 00:14:38 +02:00
parent 9405594de5
commit cce58bb959
No known key found for this signature in database
GPG key ID: D5B08ADFC75E3605

View file

@ -452,7 +452,7 @@ Alongside many enhancements to NixOS modules and general system improvements, th
Names are now known at evaluation time and customizable via the new options `image.baseName`, `image.extension`, `image.fileName` and `image.filePath` with the latter returning a path relative to the derivations out path (e.g. `iso/${image.fileName` for iso images).
| `system.build` Option | Old Filename | New Filename |
|--------------------------+------------------------------------------------------------+-----------------------------------------------------------------|
| ------------------------ | ---------------------------------------------------------- | ----------------------------------------------------------------|
| amazonImage | nixos-amazon-image-25.05pre-git-x86_64-linux.vhd | nixos-image-amazon-25.05pre-git-x86_64-linux.vhd |
| azureImage | disk.vhd | nixos-image-azure-25.05pre-git-x86_64-linux.vhd |
| digitalOceanImage | nixos.qcow2.gz | nixos-image-digital-ocean-25.05pre-git-x86_64-linux.qcow2.gz |