summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd/iso-image.nix
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2020-04-24 18:12:42 +0200
committerPavol Rusnak <pavol@rusnak.io>2020-04-24 18:34:11 +0200
commitf20fd89fc02454f41ec4844c3ddf03b7edbe2639 (patch)
tree5bbc7548bf09a0d5501d0fe0d7f05b7b31ec15a0 /nixos/modules/installer/cd-dvd/iso-image.nix
parentc09ffc7a5584ac3f9fbf0cee3e0e6f6596a6ed37 (diff)
downloadnixpkgs-f20fd89fc02454f41ec4844c3ddf03b7edbe2639.tar
nixpkgs-f20fd89fc02454f41ec4844c3ddf03b7edbe2639.tar.gz
nixpkgs-f20fd89fc02454f41ec4844c3ddf03b7edbe2639.tar.bz2
nixpkgs-f20fd89fc02454f41ec4844c3ddf03b7edbe2639.tar.lz
nixpkgs-f20fd89fc02454f41ec4844c3ddf03b7edbe2639.tar.xz
nixpkgs-f20fd89fc02454f41ec4844c3ddf03b7edbe2639.tar.zst
nixpkgs-f20fd89fc02454f41ec4844c3ddf03b7edbe2639.zip
iso-image: use zstd for compression
Diffstat (limited to 'nixos/modules/installer/cd-dvd/iso-image.nix')
-rw-r--r--nixos/modules/installer/cd-dvd/iso-image.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/cd-dvd/iso-image.nix b/nixos/modules/installer/cd-dvd/iso-image.nix
index cce7cc235ec..1cd2252ecf2 100644
--- a/nixos/modules/installer/cd-dvd/iso-image.nix
+++ b/nixos/modules/installer/cd-dvd/iso-image.nix
@@ -413,7 +413,7 @@ in
       default = false;
       description = ''
         Whether the ISO image should be compressed using
-        <command>bzip2</command>.
+        <command>zstd</command>.
       '';
     };