summary refs log tree commit diff
path: root/doc/builders
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2022-12-29 01:40:50 +0100
committerNaïm Favier <n@monade.li>2022-12-29 01:40:50 +0100
commit22ea90a4d87b33101a72c2eff633472fb2e59171 (patch)
treefc40192c8a47dfea9ba8581fb762f491541cee59 /doc/builders
parente98047818ecfa327aebc82733fd96800b0d344cb (diff)
downloadnixpkgs-22ea90a4d87b33101a72c2eff633472fb2e59171.tar
nixpkgs-22ea90a4d87b33101a72c2eff633472fb2e59171.tar.gz
nixpkgs-22ea90a4d87b33101a72c2eff633472fb2e59171.tar.bz2
nixpkgs-22ea90a4d87b33101a72c2eff633472fb2e59171.tar.lz
nixpkgs-22ea90a4d87b33101a72c2eff633472fb2e59171.tar.xz
nixpkgs-22ea90a4d87b33101a72c2eff633472fb2e59171.tar.zst
nixpkgs-22ea90a4d87b33101a72c2eff633472fb2e59171.zip
.editorconfig: apply trailing whitespace removal
editorconfig-checker -disable-indent-size **/*.md
Diffstat (limited to 'doc/builders')
-rw-r--r--doc/builders/images/makediskimage.section.md2
-rw-r--r--doc/builders/testers.chapter.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/builders/images/makediskimage.section.md b/doc/builders/images/makediskimage.section.md
index 9798a0be4d4..833a6461e57 100644
--- a/doc/builders/images/makediskimage.section.md
+++ b/doc/builders/images/makediskimage.section.md
@@ -20,7 +20,7 @@ Features are separated in various sections depending on if you opt for a Nix-sto
 ### Common
 
 - arbitrary NixOS configuration
-- automatic or bound disk size: `diskSize` parameter, `additionalSpace` can be set when `diskSize` is `auto` to add a constant of disk space 
+- automatic or bound disk size: `diskSize` parameter, `additionalSpace` can be set when `diskSize` is `auto` to add a constant of disk space
 - multiple partition table layouts: EFI, legacy, legacy + GPT, hybrid, none through `partitionTableType` parameter
 - OVMF or EFI firmwares and variables templates can be customized
 - root filesystem `fsType` can be customized to whatever `mkfs.${fsType}` exist during operations
diff --git a/doc/builders/testers.chapter.md b/doc/builders/testers.chapter.md
index 342887da566..3d91f096051 100644
--- a/doc/builders/testers.chapter.md
+++ b/doc/builders/testers.chapter.md
@@ -62,7 +62,7 @@ runCommand "example" {
 '';
 ```
 
-While `testBuildFailure` is designed to keep changes to the original builder's 
+While `testBuildFailure` is designed to keep changes to the original builder's
 environment to a minimum, some small changes are inevitable.
 
  - The file `$TMPDIR/testBuildFailure.log` is present. It should not be deleted.