mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
make-disk-image: fix eval
This commit is contained in:
parent
443b592935
commit
470a7752d8
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ with lib;
|
|||
|
||||
let format' = format; in let
|
||||
|
||||
format = if (format' == "qcow2-compressed") then "qcow2" else format;
|
||||
format = if (format' == "qcow2-compressed") then "qcow2" else format';
|
||||
|
||||
compress = optionalString (format' == "qcow2-compressed") "-c";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue