From cce58bb9599b08a9175a4da44056187fc12cc6f1 Mon Sep 17 00:00:00 2001 From: Leona Maroni Date: Fri, 23 May 2025 00:14:38 +0200 Subject: [PATCH] nixos/doc/release-notes-2505: fix table formatting for `system.build` --- nixos/doc/manual/release-notes/rl-2505.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/doc/manual/release-notes/rl-2505.section.md b/nixos/doc/manual/release-notes/rl-2505.section.md index b70490d0de93..774c5f9c9c33 100644 --- a/nixos/doc/manual/release-notes/rl-2505.section.md +++ b/nixos/doc/manual/release-notes/rl-2505.section.md @@ -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 |