nixos/make-iso9660: fix zstd input

This commit is contained in:
Finn Behrens
2020-06-09 11:39:26 +02:00
parent 51e8a82f1e
commit f73436b374
+1 -1
View File
@@ -35,7 +35,7 @@
isohybridMbrImage ? "" isohybridMbrImage ? ""
, # Whether to compress the resulting ISO image with zstd. , # Whether to compress the resulting ISO image with zstd.
compressImage ? false compressImage ? false, zstd
, # The volume ID. , # The volume ID.
volumeID ? "" volumeID ? ""