Skip to content

Commit

Permalink
disko: fix postVM beeing empty
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored and Lassulus committed Jan 11, 2025
1 parent ade21e2 commit 79a12e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ in
extraPostVM = lib.mkOption {
type = lib.types.lines;
description = ''
extra shell code to execute once the disk image(s) have been succesfully created and moved to $out
extra shell code to execute once the disk image(s) have been successfully created and moved to $out
'';
default = "";
default = ":";
example = lib.literalExpression ''
''${pkgs.zstd}/bin/zstd --compress $out/*raw
rm $out/*raw
Expand Down

0 comments on commit 79a12e6

Please sign in to comment.